Shades of Jungle Green #36AB83
Tints of Jungle Green #36AB83
RGB
CMYK
RGB Variations
Color information
#36AB83 (or 0x36AB83) is known color: Jungle Green. HEX triplet: 36, AB and 83. RGB value is (54,171,131). Sum of RGB (Red+Green+Blue) = 54+171+131=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #36AB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AB83 is #C9547C. Grayscale: #838383. Windows color (decimal): -13194365 or 8629046. OLE color: 8629046.
HSL color Cylindrical-coordinate representation of color #36AB83: hue angle of 159.49º 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 #36AB83 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 171 | 131 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.33 |
| HSL | 159.49º | 0.52% | 0.44% | - |
| HSV(B) | 159.49º | 0.68% | 0.67% | - |
| XYZ | 20.18 | 31.55 | 26.5 | - |
| YUV | 131.46 | 127.74 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 171 | 131 | 0.68 | 0 | 0.23 | 0.33 | 159.49 | 0.52 | 0.44 |
| Hex | 36 | AB | 83 | 44 | 0 | 17 | 21 | 9F | 34 | 2C |
| Octal | 66 | 253 | 203 | 104 | 0 | 27 | 41 | 237 | 64 | 54 |
| Binary | 110110 | 10101011 | 10000011 | 1000100 | 0 | 10111 | 100001 | 10011111 | 110100 | 101100 |
Color Harmonies of #36AB83
Complementary color
Monochromatic Colors of #36AB83
Black with #36AB83
Text Example
Text Example
White with #36AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AB83; }
p { color: rgb(54,171,131); }
H1.HeaderClassName
{
color: #36AB83;
}
.AnyTagClassName
{
color: #36AB83;
}
</style>
background-color css
<style>
a { background-color: #36AB83; }
a { background-color: rgb(54,171,131); }
div.DivClassName
{
background-color: #36AB83;
}
.BgClassName
{
background-color: #36AB83;
}
</style>
border-color css
<style>
span { border-color: #36AB83; }
span { border-color: rgb(54,171,131); }
td.TdClassName
{
border-color: #36AB83;
}
.TagClassName
{
border-color: #36AB83;
}
</style>