Shades of Hunter Green #385C3F
Tints of Hunter Green #385C3F
RGB
CMYK
RGB Variations
Color information
#385C3F (or 0x385C3F) is known color: Hunter Green. HEX triplet: 38, 5C and 3F. RGB value is (56,92,63). Sum of RGB (Red+Green+Blue) = 56+92+63=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #385C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C3F is #C7A3C0. Grayscale: #4E4E4E. Windows color (decimal): -13083585 or 4152376. OLE color: 4152376.
HSL color Cylindrical-coordinate representation of color #385C3F: hue angle of 131.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385C3F is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 92 | 63 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.64 |
| HSL | 131.67º | 0.24% | 0.29% | - |
| HSV(B) | 131.67º | 0.39% | 0.36% | - |
| XYZ | 6.36 | 8.85 | 6.08 | - |
| YUV | 77.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 63 | 0.39 | 0 | 0.32 | 0.64 | 131.67 | 0.24 | 0.29 |
| Hex | 38 | 5C | 3F | 27 | 0 | 20 | 40 | 84 | 18 | 1D |
| Octal | 70 | 134 | 77 | 47 | 0 | 40 | 100 | 204 | 30 | 35 |
| Binary | 111000 | 1011100 | 111111 | 100111 | 0 | 100000 | 1000000 | 10000100 | 11000 | 11101 |
Color Harmonies of #385C3F
Complementary color
Monochromatic Colors of #385C3F
Black with #385C3F
Text Example
Text Example
White with #385C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C3F; }
p { color: rgb(56,92,63); }
H1.HeaderClassName
{
color: #385C3F;
}
.AnyTagClassName
{
color: #385C3F;
}
</style>
background-color css
<style>
a { background-color: #385C3F; }
a { background-color: rgb(56,92,63); }
div.DivClassName
{
background-color: #385C3F;
}
.BgClassName
{
background-color: #385C3F;
}
</style>
border-color css
<style>
span { border-color: #385C3F; }
span { border-color: rgb(56,92,63); }
td.TdClassName
{
border-color: #385C3F;
}
.TagClassName
{
border-color: #385C3F;
}
</style>