Shades of Hunter Green #375F41
Tints of Hunter Green #375F41
RGB
CMYK
RGB Variations
Color information
#375F41 (or 0x375F41) is known color: Hunter Green. HEX triplet: 37, 5F and 41. RGB value is (55,95,65). Sum of RGB (Red+Green+Blue) = 55+95+65=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #375F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F41 is #C8A0BE. Grayscale: #4F4F4F. Windows color (decimal): -13148351 or 4284215. OLE color: 4284215.
HSL color Cylindrical-coordinate representation of color #375F41: hue angle of 135º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375F41 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 95 | 65 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.63 |
| HSL | 135º | 0.27% | 0.29% | - |
| HSV(B) | 135º | 0.42% | 0.37% | - |
| XYZ | 6.62 | 9.38 | 6.46 | - |
| YUV | 79.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 65 | 0.42 | 0 | 0.32 | 0.63 | 135 | 0.27 | 0.29 |
| Hex | 37 | 5F | 41 | 2A | 0 | 20 | 3F | 87 | 1B | 1D |
| Octal | 67 | 137 | 101 | 52 | 0 | 40 | 77 | 207 | 33 | 35 |
| Binary | 110111 | 1011111 | 1000001 | 101010 | 0 | 100000 | 111111 | 10000111 | 11011 | 11101 |
Color Harmonies of #375F41
Complementary color
Monochromatic Colors of #375F41
Black with #375F41
Text Example
Text Example
White with #375F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F41; }
p { color: rgb(55,95,65); }
H1.HeaderClassName
{
color: #375F41;
}
.AnyTagClassName
{
color: #375F41;
}
</style>
background-color css
<style>
a { background-color: #375F41; }
a { background-color: rgb(55,95,65); }
div.DivClassName
{
background-color: #375F41;
}
.BgClassName
{
background-color: #375F41;
}
</style>
border-color css
<style>
span { border-color: #375F41; }
span { border-color: rgb(55,95,65); }
td.TdClassName
{
border-color: #375F41;
}
.TagClassName
{
border-color: #375F41;
}
</style>