#39BF97

Color #39BF97 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #39BF97

Tints of Shamrock #39BF97

Color information

#39BF97 (or 0x39BF97) is unknown color: approx Shamrock. HEX triplet: 39, BF and 97. RGB value is (57,191,151). Sum of RGB (Red+Green+Blue) = 57+191+151=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #39BF97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BF97 is #C64068. Grayscale: #929292. Windows color (decimal): -12992617 or 9944889. OLE color: 9944889.

HSL color Cylindrical-coordinate representation of color #39BF97: hue angle of 162.09º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BF97 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB57191151-
CMYK0.7000.210.25
HSL162.09º54.03%48.63%-
HSV(B)162.09º70.16%74.9%-
XYZ25.940.3735.7-
YUV146.37130.6164.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 14.29%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=14.29%
G=47.87%
B=37.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571911510.7000.210.25162.0954.0348.63
Hex39BF974601519a23631
Octal71277227106025312426661
Binary111001101111111001011110001100101011100110100010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39BF97; }

 p { color: rgb(57,191,151); }

 H1.HeaderClassName
 {
   color: #39BF97;
 }
 .AnyTagClassName
 {
   color: #39BF97;
 }
</style>
background-color css

<style>
 a { background-color: #39BF97; }

 a { background-color: rgb(57,191,151); }

 div.DivClassName
 {
   background-color: #39BF97;
 }
 .BgClassName
 {
   background-color: #39BF97;
 }
</style>
border-color css

<style>
 span { border-color: #39BF97; }

 span { border-color: rgb(57,191,151); }

 td.TdClassName
 {
   border-color: #39BF97;
 }
 .TagClassName
 {
   border-color: #39BF97;
 }
</style>