Shades of Jungle Green #37AD8B
Tints of Jungle Green #37AD8B
RGB
CMYK
RGB Variations
Color information
#37AD8B (or 0x37AD8B) is known color: Jungle Green. HEX triplet: 37, AD and 8B. RGB value is (55,173,139). Sum of RGB (Red+Green+Blue) = 55+173+139=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #37AD8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AD8B is #C85274. Grayscale: #858585. Windows color (decimal): -13128309 or 9153847. OLE color: 9153847.
HSL color Cylindrical-coordinate representation of color #37AD8B: hue angle of 162.71º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37AD8B is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 173 | 139 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.32 |
| HSL | 162.71º | 0.52% | 0.45% | - |
| HSV(B) | 162.71º | 0.68% | 0.68% | - |
| XYZ | 21.18 | 32.56 | 29.6 | - |
| YUV | 133.84 | 130.91 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 173 | 139 | 0.68 | 0 | 0.20 | 0.32 | 162.71 | 0.52 | 0.45 |
| Hex | 37 | AD | 8B | 44 | 0 | 14 | 20 | A3 | 34 | 2D |
| Octal | 67 | 255 | 213 | 104 | 0 | 24 | 40 | 243 | 64 | 55 |
| Binary | 110111 | 10101101 | 10001011 | 1000100 | 0 | 10100 | 100000 | 10100011 | 110100 | 101101 |
Color Harmonies of #37AD8B
Complementary color
Monochromatic Colors of #37AD8B
Black with #37AD8B
Text Example
Text Example
White with #37AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AD8B; }
p { color: rgb(55,173,139); }
H1.HeaderClassName
{
color: #37AD8B;
}
.AnyTagClassName
{
color: #37AD8B;
}
</style>
background-color css
<style>
a { background-color: #37AD8B; }
a { background-color: rgb(55,173,139); }
div.DivClassName
{
background-color: #37AD8B;
}
.BgClassName
{
background-color: #37AD8B;
}
</style>
border-color css
<style>
span { border-color: #37AD8B; }
span { border-color: rgb(55,173,139); }
td.TdClassName
{
border-color: #37AD8B;
}
.TagClassName
{
border-color: #37AD8B;
}
</style>