Shades of Jungle Green #36AB7D
Tints of Jungle Green #36AB7D
RGB
CMYK
RGB Variations
Color information
#36AB7D (or 0x36AB7D) is known color: Jungle Green. HEX triplet: 36, AB and 7D. RGB value is (54,171,125). Sum of RGB (Red+Green+Blue) = 54+171+125=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #36AB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36AB7D is #C95482. Grayscale: #828282. Windows color (decimal): -13194371 or 8235830. OLE color: 8235830.
HSL color Cylindrical-coordinate representation of color #36AB7D: hue angle of 156.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AB7D is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 171 | 125 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.33 |
| HSL | 156.41º | 0.52% | 0.44% | - |
| HSV(B) | 156.41º | 0.68% | 0.67% | - |
| XYZ | 19.79 | 31.39 | 24.42 | - |
| YUV | 130.77 | 124.74 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 171 | 125 | 0.68 | 0 | 0.27 | 0.33 | 156.41 | 0.52 | 0.44 |
| Hex | 36 | AB | 7D | 44 | 0 | 1B | 21 | 9C | 34 | 2C |
| Octal | 66 | 253 | 175 | 104 | 0 | 33 | 41 | 234 | 64 | 54 |
| Binary | 110110 | 10101011 | 1111101 | 1000100 | 0 | 11011 | 100001 | 10011100 | 110100 | 101100 |
Color Harmonies of #36AB7D
Complementary color
Monochromatic Colors of #36AB7D
Black with #36AB7D
Text Example
Text Example
White with #36AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AB7D; }
p { color: rgb(54,171,125); }
H1.HeaderClassName
{
color: #36AB7D;
}
.AnyTagClassName
{
color: #36AB7D;
}
</style>
background-color css
<style>
a { background-color: #36AB7D; }
a { background-color: rgb(54,171,125); }
div.DivClassName
{
background-color: #36AB7D;
}
.BgClassName
{
background-color: #36AB7D;
}
</style>
border-color css
<style>
span { border-color: #36AB7D; }
span { border-color: rgb(54,171,125); }
td.TdClassName
{
border-color: #36AB7D;
}
.TagClassName
{
border-color: #36AB7D;
}
</style>