Shades of Hunter Green #385F41
Tints of Hunter Green #385F41
RGB
CMYK
RGB Variations
Color information
#385F41 (or 0x385F41) is known color: Hunter Green. HEX triplet: 38, 5F and 41. RGB value is (56,95,65). Sum of RGB (Red+Green+Blue) = 56+95+65=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 95 - color contains mainly: green. Hex color #385F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F41 is #C7A0BE. Grayscale: #505050. Windows color (decimal): -13082815 or 4284216. OLE color: 4284216.
HSL color Cylindrical-coordinate representation of color #385F41: hue angle of 133.85º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385F41 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 65 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.63 |
| HSL | 133.85º | 0.26% | 0.3% | - |
| HSV(B) | 133.85º | 0.41% | 0.37% | - |
| XYZ | 6.68 | 9.41 | 6.46 | - |
| YUV | 79.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 65 | 0.41 | 0 | 0.32 | 0.63 | 133.85 | 0.26 | 0.3 |
| Hex | 38 | 5F | 41 | 29 | 0 | 20 | 3F | 86 | 1A | 1E |
| Octal | 70 | 137 | 101 | 51 | 0 | 40 | 77 | 206 | 32 | 36 |
| Binary | 111000 | 1011111 | 1000001 | 101001 | 0 | 100000 | 111111 | 10000110 | 11010 | 11110 |
Color Harmonies of #385F41
Complementary color
Monochromatic Colors of #385F41
Black with #385F41
Text Example
Text Example
White with #385F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F41; }
p { color: rgb(56,95,65); }
H1.HeaderClassName
{
color: #385F41;
}
.AnyTagClassName
{
color: #385F41;
}
</style>
background-color css
<style>
a { background-color: #385F41; }
a { background-color: rgb(56,95,65); }
div.DivClassName
{
background-color: #385F41;
}
.BgClassName
{
background-color: #385F41;
}
</style>
border-color css
<style>
span { border-color: #385F41; }
span { border-color: rgb(56,95,65); }
td.TdClassName
{
border-color: #385F41;
}
.TagClassName
{
border-color: #385F41;
}
</style>