#39AF8B

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

Shades of Jungle Green #39AF8B

Tints of Jungle Green #39AF8B

Color information

#39AF8B (or 0x39AF8B) is unknown color: approx Jungle Green. HEX triplet: 39, AF and 8B. RGB value is (57,175,139). Sum of RGB (Red+Green+Blue) = 57+175+139=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #39AF8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AF8B is #C65074. Grayscale: #878787. Windows color (decimal): -12996725 or 9154361. OLE color: 9154361.

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

Color convert

RGB57175139-
CMYK0.6700.210.31
HSL161.69º50.86%45.49%-
HSV(B)161.69º67.43%68.63%-
XYZ21.6833.3929.73-
YUV135.61129.9171.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.36%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=15.36%
G=47.17%
B=37.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571751390.6700.210.31161.6950.8645.49
Hex39AF8B430151Fa2332d
Octal71257213103025372426355
Binary111001101011111000101110000110101011111110100010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,175,139); }

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

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

 a { background-color: rgb(57,175,139); }

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

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

 span { border-color: rgb(57,175,139); }

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