Shades of Hunter Green #385D3F
Tints of Hunter Green #385D3F
RGB
CMYK
RGB Variations
Color information
#385D3F (or 0x385D3F) is known color: Hunter Green. HEX triplet: 38, 5D and 3F. RGB value is (56,93,63). Sum of RGB (Red+Green+Blue) = 56+93+63=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #385D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D3F is #C7A2C0. Grayscale: #4E4E4E. Windows color (decimal): -13083329 or 4152632. OLE color: 4152632.
HSL color Cylindrical-coordinate representation of color #385D3F: hue angle of 131.35º 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 #385D3F is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 63 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.64 |
| HSL | 131.35º | 0.25% | 0.29% | - |
| HSV(B) | 131.35º | 0.4% | 0.36% | - |
| XYZ | 6.44 | 9.03 | 6.11 | - |
| YUV | 78.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 63 | 0.40 | 0 | 0.32 | 0.64 | 131.35 | 0.25 | 0.29 |
| Hex | 38 | 5D | 3F | 28 | 0 | 20 | 40 | 83 | 19 | 1D |
| Octal | 70 | 135 | 77 | 50 | 0 | 40 | 100 | 203 | 31 | 35 |
| Binary | 111000 | 1011101 | 111111 | 101000 | 0 | 100000 | 1000000 | 10000011 | 11001 | 11101 |
Color Harmonies of #385D3F
Complementary color
Monochromatic Colors of #385D3F
Black with #385D3F
Text Example
Text Example
White with #385D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D3F; }
p { color: rgb(56,93,63); }
H1.HeaderClassName
{
color: #385D3F;
}
.AnyTagClassName
{
color: #385D3F;
}
</style>
background-color css
<style>
a { background-color: #385D3F; }
a { background-color: rgb(56,93,63); }
div.DivClassName
{
background-color: #385D3F;
}
.BgClassName
{
background-color: #385D3F;
}
</style>
border-color css
<style>
span { border-color: #385D3F; }
span { border-color: rgb(56,93,63); }
td.TdClassName
{
border-color: #385D3F;
}
.TagClassName
{
border-color: #385D3F;
}
</style>