Shades of Jungle Green #39AF84
Tints of Jungle Green #39AF84
RGB
CMYK
RGB Variations
Color information
#39AF84 (or 0x39AF84) is known color: Jungle Green. HEX triplet: 39, AF and 84. RGB value is (57,175,132). Sum of RGB (Red+Green+Blue) = 57+175+132=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #39AF84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AF84 is #C6507B. Grayscale: #868686. Windows color (decimal): -12996732 or 8695609. OLE color: 8695609.
HSL color Cylindrical-coordinate representation of color #39AF84: hue angle of 158.14º 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 #39AF84 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 175 | 132 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.31 |
| HSL | 158.14º | 0.51% | 0.45% | - |
| HSV(B) | 158.14º | 0.67% | 0.69% | - |
| XYZ | 21.18 | 33.2 | 27.12 | - |
| YUV | 134.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 175 | 132 | 0.67 | 0 | 0.25 | 0.31 | 158.14 | 0.51 | 0.45 |
| Hex | 39 | AF | 84 | 43 | 0 | 19 | 1F | 9E | 33 | 2D |
| Octal | 71 | 257 | 204 | 103 | 0 | 31 | 37 | 236 | 63 | 55 |
| Binary | 111001 | 10101111 | 10000100 | 1000011 | 0 | 11001 | 11111 | 10011110 | 110011 | 101101 |
Color Harmonies of #39AF84
Complementary color
Monochromatic Colors of #39AF84
Black with #39AF84
Text Example
Text Example
White with #39AF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AF84; }
p { color: rgb(57,175,132); }
H1.HeaderClassName
{
color: #39AF84;
}
.AnyTagClassName
{
color: #39AF84;
}
</style>
background-color css
<style>
a { background-color: #39AF84; }
a { background-color: rgb(57,175,132); }
div.DivClassName
{
background-color: #39AF84;
}
.BgClassName
{
background-color: #39AF84;
}
</style>
border-color css
<style>
span { border-color: #39AF84; }
span { border-color: rgb(57,175,132); }
td.TdClassName
{
border-color: #39AF84;
}
.TagClassName
{
border-color: #39AF84;
}
</style>