Shades of Hunter Green #376A3F
Tints of Hunter Green #376A3F
RGB
CMYK
RGB Variations
Color information
#376A3F (or 0x376A3F) is known color: Hunter Green. HEX triplet: 37, 6A and 3F. RGB value is (55,106,63). Sum of RGB (Red+Green+Blue) = 55+106+63=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #376A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376A3F is #C895C0. Grayscale: #555555. Windows color (decimal): -13145537 or 4155959. OLE color: 4155959.
HSL color Cylindrical-coordinate representation of color #376A3F: hue angle of 129.41º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376A3F is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 63 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.58 |
| HSL | 129.41º | 0.32% | 0.32% | - |
| HSV(B) | 129.41º | 0.48% | 0.42% | - |
| XYZ | 7.63 | 11.48 | 6.52 | - |
| YUV | 85.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 63 | 0.48 | 0 | 0.41 | 0.58 | 129.41 | 0.32 | 0.32 |
| Hex | 37 | 6A | 3F | 30 | 0 | 29 | 3A | 81 | 20 | 20 |
| Octal | 67 | 152 | 77 | 60 | 0 | 51 | 72 | 201 | 40 | 40 |
| Binary | 110111 | 1101010 | 111111 | 110000 | 0 | 101001 | 111010 | 10000001 | 100000 | 100000 |
Color Harmonies of #376A3F
Complementary color
Monochromatic Colors of #376A3F
Black with #376A3F
Text Example
Text Example
White with #376A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A3F; }
p { color: rgb(55,106,63); }
H1.HeaderClassName
{
color: #376A3F;
}
.AnyTagClassName
{
color: #376A3F;
}
</style>
background-color css
<style>
a { background-color: #376A3F; }
a { background-color: rgb(55,106,63); }
div.DivClassName
{
background-color: #376A3F;
}
.BgClassName
{
background-color: #376A3F;
}
</style>
border-color css
<style>
span { border-color: #376A3F; }
span { border-color: rgb(55,106,63); }
td.TdClassName
{
border-color: #376A3F;
}
.TagClassName
{
border-color: #376A3F;
}
</style>