Shades of Hunter Green #375D3B
Tints of Hunter Green #375D3B
RGB
CMYK
RGB Variations
Color information
#375D3B (or 0x375D3B) is known color: Hunter Green. HEX triplet: 37, 5D and 3B. RGB value is (55,93,59). Sum of RGB (Red+Green+Blue) = 55+93+59=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #375D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375D3B is #C8A2C4. Grayscale: #4D4D4D. Windows color (decimal): -13148869 or 3890487. OLE color: 3890487.
HSL color Cylindrical-coordinate representation of color #375D3B: hue angle of 126.32º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375D3B is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 93 | 59 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.64 |
| HSL | 126.32º | 0.26% | 0.29% | - |
| HSV(B) | 126.32º | 0.41% | 0.36% | - |
| XYZ | 6.28 | 8.96 | 5.54 | - |
| YUV | 77.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 59 | 0.41 | 0 | 0.37 | 0.64 | 126.32 | 0.26 | 0.29 |
| Hex | 37 | 5D | 3B | 29 | 0 | 25 | 40 | 7E | 1A | 1D |
| Octal | 67 | 135 | 73 | 51 | 0 | 45 | 100 | 176 | 32 | 35 |
| Binary | 110111 | 1011101 | 111011 | 101001 | 0 | 100101 | 1000000 | 1111110 | 11010 | 11101 |
Color Harmonies of #375D3B
Complementary color
Monochromatic Colors of #375D3B
Black with #375D3B
Text Example
Text Example
White with #375D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D3B; }
p { color: rgb(55,93,59); }
H1.HeaderClassName
{
color: #375D3B;
}
.AnyTagClassName
{
color: #375D3B;
}
</style>
background-color css
<style>
a { background-color: #375D3B; }
a { background-color: rgb(55,93,59); }
div.DivClassName
{
background-color: #375D3B;
}
.BgClassName
{
background-color: #375D3B;
}
</style>
border-color css
<style>
span { border-color: #375D3B; }
span { border-color: rgb(55,93,59); }
td.TdClassName
{
border-color: #375D3B;
}
.TagClassName
{
border-color: #375D3B;
}
</style>