#39B08A

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

Shades of Jungle Green #39B08A

Tints of Jungle Green #39B08A

Color information

#39B08A (or 0x39B08A) is unknown color: approx Jungle Green. HEX triplet: 39, B0 and 8A. RGB value is (57,176,138). Sum of RGB (Red+Green+Blue) = 57+176+138=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #39B08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B08A is #C64F75. Grayscale: #888888. Windows color (decimal): -12996470 or 9089081. OLE color: 9089081.

HSL color Cylindrical-coordinate representation of color #39B08A: hue angle of 160.84º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B08A is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB57176138-
CMYK0.6800.220.31
HSL160.84º51.07%45.69%-
HSV(B)160.84º67.61%69.02%-
XYZ21.833.7629.41-
YUV136.09129.0871.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.36%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=15.36%
G=47.44%
B=37.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571761380.6800.220.31160.8451.0745.69
Hex39B08A440161Fa1332e
Octal71260212104026372416356
Binary111001101100001000101010001000101101111110100001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,176,138); }

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

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

 a { background-color: rgb(57,176,138); }

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

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

 span { border-color: rgb(57,176,138); }

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