Shades of Hunter Green #37613A
Tints of Hunter Green #37613A
RGB
CMYK
RGB Variations
Color information
#37613A (or 0x37613A) is known color: Hunter Green. HEX triplet: 37, 61 and 3A. RGB value is (55,97,58). Sum of RGB (Red+Green+Blue) = 55+97+58=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #37613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37613A is #C89EC5. Grayscale: #505050. Windows color (decimal): -13147846 or 3825975. OLE color: 3825975.
HSL color Cylindrical-coordinate representation of color #37613A: hue angle of 124.29º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37613A is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 97 | 58 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.62 |
| HSL | 124.29º | 0.28% | 0.3% | - |
| HSV(B) | 124.29º | 0.43% | 0.38% | - |
| XYZ | 6.61 | 9.67 | 5.52 | - |
| YUV | 80 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 58 | 0.43 | 0 | 0.40 | 0.62 | 124.29 | 0.28 | 0.3 |
| Hex | 37 | 61 | 3A | 2B | 0 | 28 | 3E | 7C | 1C | 1E |
| Octal | 67 | 141 | 72 | 53 | 0 | 50 | 76 | 174 | 34 | 36 |
| Binary | 110111 | 1100001 | 111010 | 101011 | 0 | 101000 | 111110 | 1111100 | 11100 | 11110 |
Color Harmonies of #37613A
Complementary color
Monochromatic Colors of #37613A
Black with #37613A
Text Example
Text Example
White with #37613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37613A; }
p { color: rgb(55,97,58); }
H1.HeaderClassName
{
color: #37613A;
}
.AnyTagClassName
{
color: #37613A;
}
</style>
background-color css
<style>
a { background-color: #37613A; }
a { background-color: rgb(55,97,58); }
div.DivClassName
{
background-color: #37613A;
}
.BgClassName
{
background-color: #37613A;
}
</style>
border-color css
<style>
span { border-color: #37613A; }
span { border-color: rgb(55,97,58); }
td.TdClassName
{
border-color: #37613A;
}
.TagClassName
{
border-color: #37613A;
}
</style>