Shades of Jungle Green #36AF8C
Tints of Jungle Green #36AF8C
RGB
CMYK
RGB Variations
Color information
#36AF8C (or 0x36AF8C) is known color: Jungle Green. HEX triplet: 36, AF and 8C. RGB value is (54,175,140). Sum of RGB (Red+Green+Blue) = 54+175+140=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #36AF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AF8C is #C95073. Grayscale: #868686. Windows color (decimal): -13193332 or 9219894. OLE color: 9219894.
HSL color Cylindrical-coordinate representation of color #36AF8C: hue angle of 162.64º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AF8C is Cyan = 0.69, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 175 | 140 | - |
| CMYK | 0.69 | 0 | 0.2 | 0.31 |
| HSL | 162.64º | 0.53% | 0.45% | - |
| HSV(B) | 162.64º | 0.69% | 0.69% | - |
| XYZ | 21.58 | 33.34 | 30.11 | - |
| YUV | 134.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 175 | 140 | 0.69 | 0 | 0.2 | 0.31 | 162.64 | 0.53 | 0.45 |
| Hex | 36 | AF | 8C | 45 | 0 | 14 | 1F | A3 | 35 | 2D |
| Octal | 66 | 257 | 214 | 105 | 0 | 24 | 37 | 243 | 65 | 55 |
| Binary | 110110 | 10101111 | 10001100 | 1000101 | 0 | 10100 | 11111 | 10100011 | 110101 | 101101 |
Color Harmonies of #36AF8C
Complementary color
Monochromatic Colors of #36AF8C
Black with #36AF8C
Text Example
Text Example
White with #36AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AF8C; }
p { color: rgb(54,175,140); }
H1.HeaderClassName
{
color: #36AF8C;
}
.AnyTagClassName
{
color: #36AF8C;
}
</style>
background-color css
<style>
a { background-color: #36AF8C; }
a { background-color: rgb(54,175,140); }
div.DivClassName
{
background-color: #36AF8C;
}
.BgClassName
{
background-color: #36AF8C;
}
</style>
border-color css
<style>
span { border-color: #36AF8C; }
span { border-color: rgb(54,175,140); }
td.TdClassName
{
border-color: #36AF8C;
}
.TagClassName
{
border-color: #36AF8C;
}
</style>