Shades of Hunter Green #376F41
Tints of Hunter Green #376F41
RGB
CMYK
RGB Variations
Color information
#376F41 (or 0x376F41) is known color: Hunter Green. HEX triplet: 37, 6F and 41. RGB value is (55,111,65). Sum of RGB (Red+Green+Blue) = 55+111+65=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #376F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376F41 is #C890BE. Grayscale: #595959. Windows color (decimal): -13144255 or 4288311. OLE color: 4288311.
HSL color Cylindrical-coordinate representation of color #376F41: hue angle of 130.71º 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 #376F41 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 111 | 65 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.56 |
| HSL | 130.71º | 0.34% | 0.33% | - |
| HSV(B) | 130.71º | 0.5% | 0.44% | - |
| XYZ | 8.21 | 12.56 | 6.99 | - |
| YUV | 89.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 65 | 0.50 | 0 | 0.41 | 0.56 | 130.71 | 0.34 | 0.33 |
| Hex | 37 | 6F | 41 | 32 | 0 | 29 | 38 | 83 | 22 | 21 |
| Octal | 67 | 157 | 101 | 62 | 0 | 51 | 70 | 203 | 42 | 41 |
| Binary | 110111 | 1101111 | 1000001 | 110010 | 0 | 101001 | 111000 | 10000011 | 100010 | 100001 |
Color Harmonies of #376F41
Complementary color
Monochromatic Colors of #376F41
Black with #376F41
Text Example
Text Example
White with #376F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F41; }
p { color: rgb(55,111,65); }
H1.HeaderClassName
{
color: #376F41;
}
.AnyTagClassName
{
color: #376F41;
}
</style>
background-color css
<style>
a { background-color: #376F41; }
a { background-color: rgb(55,111,65); }
div.DivClassName
{
background-color: #376F41;
}
.BgClassName
{
background-color: #376F41;
}
</style>
border-color css
<style>
span { border-color: #376F41; }
span { border-color: rgb(55,111,65); }
td.TdClassName
{
border-color: #376F41;
}
.TagClassName
{
border-color: #376F41;
}
</style>