Shades of Hunter Green #375C3C
Tints of Hunter Green #375C3C
RGB
CMYK
RGB Variations
Color information
#375C3C (or 0x375C3C) is known color: Hunter Green. HEX triplet: 37, 5C and 3C. RGB value is (55,92,60). Sum of RGB (Red+Green+Blue) = 55+92+60=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #375C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C3C is #C8A3C3. Grayscale: #4D4D4D. Windows color (decimal): -13149124 or 3955767. OLE color: 3955767.
HSL color Cylindrical-coordinate representation of color #375C3C: hue angle of 128.11º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375C3C is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 60 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.64 |
| HSL | 128.11º | 0.25% | 0.29% | - |
| HSV(B) | 128.11º | 0.4% | 0.36% | - |
| XYZ | 6.22 | 8.79 | 5.64 | - |
| YUV | 77.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 60 | 0.40 | 0 | 0.35 | 0.64 | 128.11 | 0.25 | 0.29 |
| Hex | 37 | 5C | 3C | 28 | 0 | 23 | 40 | 80 | 19 | 1D |
| Octal | 67 | 134 | 74 | 50 | 0 | 43 | 100 | 200 | 31 | 35 |
| Binary | 110111 | 1011100 | 111100 | 101000 | 0 | 100011 | 1000000 | 10000000 | 11001 | 11101 |
Color Harmonies of #375C3C
Complementary color
Monochromatic Colors of #375C3C
Black with #375C3C
Text Example
Text Example
White with #375C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C3C; }
p { color: rgb(55,92,60); }
H1.HeaderClassName
{
color: #375C3C;
}
.AnyTagClassName
{
color: #375C3C;
}
</style>
background-color css
<style>
a { background-color: #375C3C; }
a { background-color: rgb(55,92,60); }
div.DivClassName
{
background-color: #375C3C;
}
.BgClassName
{
background-color: #375C3C;
}
</style>
border-color css
<style>
span { border-color: #375C3C; }
span { border-color: rgb(55,92,60); }
td.TdClassName
{
border-color: #375C3C;
}
.TagClassName
{
border-color: #375C3C;
}
</style>