Shades of Hunter Green #376F44
Tints of Hunter Green #376F44
RGB
CMYK
RGB Variations
Color information
#376F44 (or 0x376F44) is known color: Hunter Green. HEX triplet: 37, 6F and 44. RGB value is (55,111,68). Sum of RGB (Red+Green+Blue) = 55+111+68=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #376F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376F44 is #C890BB. Grayscale: #595959. Windows color (decimal): -13144252 or 4484919. OLE color: 4484919.
HSL color Cylindrical-coordinate representation of color #376F44: hue angle of 133.93º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F44 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 111 | 68 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.56 |
| HSL | 133.93º | 0.34% | 0.33% | - |
| HSV(B) | 133.93º | 0.5% | 0.44% | - |
| XYZ | 8.3 | 12.6 | 7.46 | - |
| YUV | 89.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 68 | 0.50 | 0 | 0.39 | 0.56 | 133.93 | 0.34 | 0.33 |
| Hex | 37 | 6F | 44 | 32 | 0 | 27 | 38 | 86 | 22 | 21 |
| Octal | 67 | 157 | 104 | 62 | 0 | 47 | 70 | 206 | 42 | 41 |
| Binary | 110111 | 1101111 | 1000100 | 110010 | 0 | 100111 | 111000 | 10000110 | 100010 | 100001 |
Color Harmonies of #376F44
Complementary color
Monochromatic Colors of #376F44
Black with #376F44
Text Example
Text Example
White with #376F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F44; }
p { color: rgb(55,111,68); }
H1.HeaderClassName
{
color: #376F44;
}
.AnyTagClassName
{
color: #376F44;
}
</style>
background-color css
<style>
a { background-color: #376F44; }
a { background-color: rgb(55,111,68); }
div.DivClassName
{
background-color: #376F44;
}
.BgClassName
{
background-color: #376F44;
}
</style>
border-color css
<style>
span { border-color: #376F44; }
span { border-color: rgb(55,111,68); }
td.TdClassName
{
border-color: #376F44;
}
.TagClassName
{
border-color: #376F44;
}
</style>