Shades of Hunter Green #376F3F
Tints of Hunter Green #376F3F
RGB
CMYK
RGB Variations
Color information
#376F3F (or 0x376F3F) is known color: Hunter Green. HEX triplet: 37, 6F and 3F. RGB value is (55,111,63). Sum of RGB (Red+Green+Blue) = 55+111+63=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #376F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376F3F is #C890C0. Grayscale: #585858. Windows color (decimal): -13144257 or 4157239. OLE color: 4157239.
HSL color Cylindrical-coordinate representation of color #376F3F: hue angle of 128.57º 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 #376F3F is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 111 | 63 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.56 |
| HSL | 128.57º | 0.34% | 0.33% | - |
| HSV(B) | 128.57º | 0.5% | 0.44% | - |
| XYZ | 8.16 | 12.54 | 6.69 | - |
| YUV | 88.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 63 | 0.50 | 0 | 0.43 | 0.56 | 128.57 | 0.34 | 0.33 |
| Hex | 37 | 6F | 3F | 32 | 0 | 2B | 38 | 81 | 22 | 21 |
| Octal | 67 | 157 | 77 | 62 | 0 | 53 | 70 | 201 | 42 | 41 |
| Binary | 110111 | 1101111 | 111111 | 110010 | 0 | 101011 | 111000 | 10000001 | 100010 | 100001 |
Color Harmonies of #376F3F
Complementary color
Monochromatic Colors of #376F3F
Black with #376F3F
Text Example
Text Example
White with #376F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F3F; }
p { color: rgb(55,111,63); }
H1.HeaderClassName
{
color: #376F3F;
}
.AnyTagClassName
{
color: #376F3F;
}
</style>
background-color css
<style>
a { background-color: #376F3F; }
a { background-color: rgb(55,111,63); }
div.DivClassName
{
background-color: #376F3F;
}
.BgClassName
{
background-color: #376F3F;
}
</style>
border-color css
<style>
span { border-color: #376F3F; }
span { border-color: rgb(55,111,63); }
td.TdClassName
{
border-color: #376F3F;
}
.TagClassName
{
border-color: #376F3F;
}
</style>