#39B490

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

Shades of Jungle Green #39B490

Tints of Jungle Green #39B490

Color information

#39B490 (or 0x39B490) is unknown color: approx Jungle Green. HEX triplet: 39, B4 and 90. RGB value is (57,180,144). Sum of RGB (Red+Green+Blue) = 57+180+144=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #39B490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B490 is #C64B6F. Grayscale: #8B8B8B. Windows color (decimal): -12995440 or 9483321. OLE color: 9483321.

HSL color Cylindrical-coordinate representation of color #39B490: hue angle of 162.44º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B490 is Cyan = 0.68, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB57180144-
CMYK0.6800.20.29
HSL162.44º51.9%46.47%-
HSV(B)162.44º68.33%70.59%-
XYZ23.0435.5332.03-
YUV139.12130.7569.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.96%
GREEN value IS 180 (70.70% from 255) = 47.24%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=14.96%
G=47.24%
B=37.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571801440.6800.20.29162.4451.946.47
Hex39B490440141Da2342e
Octal71264220104024352426456
Binary111001101101001001000010001000101001110110100010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,180,144); }

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

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

 a { background-color: rgb(57,180,144); }

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

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

 span { border-color: rgb(57,180,144); }

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