Shades of Hunter Green #377044
Tints of Hunter Green #377044
RGB
CMYK
RGB Variations
Color information
#377044 (or 0x377044) is known color: Hunter Green. HEX triplet: 37, 70 and 44. RGB value is (55,112,68). Sum of RGB (Red+Green+Blue) = 55+112+68=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #377044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377044 is #C88FBB. Grayscale: #5A5A5A. Windows color (decimal): -13143996 or 4485175. OLE color: 4485175.
HSL color Cylindrical-coordinate representation of color #377044: hue angle of 133.68º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377044 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 68 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.56 |
| HSL | 133.68º | 0.34% | 0.33% | - |
| HSV(B) | 133.68º | 0.51% | 0.44% | - |
| XYZ | 8.41 | 12.82 | 7.5 | - |
| YUV | 89.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 68 | 0.51 | 0 | 0.39 | 0.56 | 133.68 | 0.34 | 0.33 |
| Hex | 37 | 70 | 44 | 33 | 0 | 27 | 38 | 86 | 22 | 21 |
| Octal | 67 | 160 | 104 | 63 | 0 | 47 | 70 | 206 | 42 | 41 |
| Binary | 110111 | 1110000 | 1000100 | 110011 | 0 | 100111 | 111000 | 10000110 | 100010 | 100001 |
Color Harmonies of #377044
Complementary color
Monochromatic Colors of #377044
Black with #377044
Text Example
Text Example
White with #377044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377044; }
p { color: rgb(55,112,68); }
H1.HeaderClassName
{
color: #377044;
}
.AnyTagClassName
{
color: #377044;
}
</style>
background-color css
<style>
a { background-color: #377044; }
a { background-color: rgb(55,112,68); }
div.DivClassName
{
background-color: #377044;
}
.BgClassName
{
background-color: #377044;
}
</style>
border-color css
<style>
span { border-color: #377044; }
span { border-color: rgb(55,112,68); }
td.TdClassName
{
border-color: #377044;
}
.TagClassName
{
border-color: #377044;
}
</style>