Shades of Hunter Green #377045
Tints of Hunter Green #377045
RGB
CMYK
RGB Variations
Color information
#377045 (or 0x377045) is known color: Hunter Green. HEX triplet: 37, 70 and 45. RGB value is (55,112,69). Sum of RGB (Red+Green+Blue) = 55+112+69=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #377045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377045 is #C88FBA. Grayscale: #5A5A5A. Windows color (decimal): -13143995 or 4550711. OLE color: 4550711.
HSL color Cylindrical-coordinate representation of color #377045: hue angle of 134.74º 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 #377045 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 69 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.56 |
| HSL | 134.74º | 0.34% | 0.33% | - |
| HSV(B) | 134.74º | 0.51% | 0.44% | - |
| XYZ | 8.44 | 12.83 | 7.66 | - |
| YUV | 90.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 69 | 0.51 | 0 | 0.38 | 0.56 | 134.74 | 0.34 | 0.33 |
| Hex | 37 | 70 | 45 | 33 | 0 | 26 | 38 | 87 | 22 | 21 |
| Octal | 67 | 160 | 105 | 63 | 0 | 46 | 70 | 207 | 42 | 41 |
| Binary | 110111 | 1110000 | 1000101 | 110011 | 0 | 100110 | 111000 | 10000111 | 100010 | 100001 |
Color Harmonies of #377045
Complementary color
Monochromatic Colors of #377045
Black with #377045
Text Example
Text Example
White with #377045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377045; }
p { color: rgb(55,112,69); }
H1.HeaderClassName
{
color: #377045;
}
.AnyTagClassName
{
color: #377045;
}
</style>
background-color css
<style>
a { background-color: #377045; }
a { background-color: rgb(55,112,69); }
div.DivClassName
{
background-color: #377045;
}
.BgClassName
{
background-color: #377045;
}
</style>
border-color css
<style>
span { border-color: #377045; }
span { border-color: rgb(55,112,69); }
td.TdClassName
{
border-color: #377045;
}
.TagClassName
{
border-color: #377045;
}
</style>