Shades of Hunter Green #375F42
Tints of Hunter Green #375F42
RGB
CMYK
RGB Variations
Color information
#375F42 (or 0x375F42) is known color: Hunter Green. HEX triplet: 37, 5F and 42. RGB value is (55,95,66). Sum of RGB (Red+Green+Blue) = 55+95+66=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 95 - color contains mainly: green. Hex color #375F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F42 is #C8A0BD. Grayscale: #4F4F4F. Windows color (decimal): -13148350 or 4349751. OLE color: 4349751.
HSL color Cylindrical-coordinate representation of color #375F42: hue angle of 136.5º 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 #375F42 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 95 | 66 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.63 |
| HSL | 136.5º | 0.27% | 0.29% | - |
| HSV(B) | 136.5º | 0.42% | 0.37% | - |
| XYZ | 6.65 | 9.39 | 6.62 | - |
| YUV | 79.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 66 | 0.42 | 0 | 0.31 | 0.63 | 136.5 | 0.27 | 0.29 |
| Hex | 37 | 5F | 42 | 2A | 0 | 1F | 3F | 88 | 1B | 1D |
| Octal | 67 | 137 | 102 | 52 | 0 | 37 | 77 | 210 | 33 | 35 |
| Binary | 110111 | 1011111 | 1000010 | 101010 | 0 | 11111 | 111111 | 10001000 | 11011 | 11101 |
Color Harmonies of #375F42
Complementary color
Monochromatic Colors of #375F42
Black with #375F42
Text Example
Text Example
White with #375F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F42; }
p { color: rgb(55,95,66); }
H1.HeaderClassName
{
color: #375F42;
}
.AnyTagClassName
{
color: #375F42;
}
</style>
background-color css
<style>
a { background-color: #375F42; }
a { background-color: rgb(55,95,66); }
div.DivClassName
{
background-color: #375F42;
}
.BgClassName
{
background-color: #375F42;
}
</style>
border-color css
<style>
span { border-color: #375F42; }
span { border-color: rgb(55,95,66); }
td.TdClassName
{
border-color: #375F42;
}
.TagClassName
{
border-color: #375F42;
}
</style>