Shades of Hunter Green #385D3A
Tints of Hunter Green #385D3A
RGB
CMYK
RGB Variations
Color information
#385D3A (or 0x385D3A) is known color: Hunter Green. HEX triplet: 38, 5D and 3A. RGB value is (56,93,58). Sum of RGB (Red+Green+Blue) = 56+93+58=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #385D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D3A is #C7A2C5. Grayscale: #4E4E4E. Windows color (decimal): -13083334 or 3824952. OLE color: 3824952.
HSL color Cylindrical-coordinate representation of color #385D3A: hue angle of 123.24º 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 #385D3A is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 58 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.64 |
| HSL | 123.24º | 0.25% | 0.29% | - |
| HSV(B) | 123.24º | 0.4% | 0.36% | - |
| XYZ | 6.31 | 8.97 | 5.4 | - |
| YUV | 77.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 58 | 0.40 | 0 | 0.38 | 0.64 | 123.24 | 0.25 | 0.29 |
| Hex | 38 | 5D | 3A | 28 | 0 | 26 | 40 | 7B | 19 | 1D |
| Octal | 70 | 135 | 72 | 50 | 0 | 46 | 100 | 173 | 31 | 35 |
| Binary | 111000 | 1011101 | 111010 | 101000 | 0 | 100110 | 1000000 | 1111011 | 11001 | 11101 |
Color Harmonies of #385D3A
Complementary color
Monochromatic Colors of #385D3A
Black with #385D3A
Text Example
Text Example
White with #385D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D3A; }
p { color: rgb(56,93,58); }
H1.HeaderClassName
{
color: #385D3A;
}
.AnyTagClassName
{
color: #385D3A;
}
</style>
background-color css
<style>
a { background-color: #385D3A; }
a { background-color: rgb(56,93,58); }
div.DivClassName
{
background-color: #385D3A;
}
.BgClassName
{
background-color: #385D3A;
}
</style>
border-color css
<style>
span { border-color: #385D3A; }
span { border-color: rgb(56,93,58); }
td.TdClassName
{
border-color: #385D3A;
}
.TagClassName
{
border-color: #385D3A;
}
</style>