Shades of Hunter Green #385D3D
Tints of Hunter Green #385D3D
RGB
CMYK
RGB Variations
Color information
#385D3D (or 0x385D3D) is known color: Hunter Green. HEX triplet: 38, 5D and 3D. RGB value is (56,93,61). Sum of RGB (Red+Green+Blue) = 56+93+61=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #385D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D3D is #C7A2C2. Grayscale: #4E4E4E. Windows color (decimal): -13083331 or 4021560. OLE color: 4021560.
HSL color Cylindrical-coordinate representation of color #385D3D: hue angle of 128.11º 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 #385D3D is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 61 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.64 |
| HSL | 128.11º | 0.25% | 0.29% | - |
| HSV(B) | 128.11º | 0.4% | 0.36% | - |
| XYZ | 6.39 | 9.01 | 5.82 | - |
| YUV | 78.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 61 | 0.40 | 0 | 0.34 | 0.64 | 128.11 | 0.25 | 0.29 |
| Hex | 38 | 5D | 3D | 28 | 0 | 22 | 40 | 80 | 19 | 1D |
| Octal | 70 | 135 | 75 | 50 | 0 | 42 | 100 | 200 | 31 | 35 |
| Binary | 111000 | 1011101 | 111101 | 101000 | 0 | 100010 | 1000000 | 10000000 | 11001 | 11101 |
Color Harmonies of #385D3D
Complementary color
Monochromatic Colors of #385D3D
Black with #385D3D
Text Example
Text Example
White with #385D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D3D; }
p { color: rgb(56,93,61); }
H1.HeaderClassName
{
color: #385D3D;
}
.AnyTagClassName
{
color: #385D3D;
}
</style>
background-color css
<style>
a { background-color: #385D3D; }
a { background-color: rgb(56,93,61); }
div.DivClassName
{
background-color: #385D3D;
}
.BgClassName
{
background-color: #385D3D;
}
</style>
border-color css
<style>
span { border-color: #385D3D; }
span { border-color: rgb(56,93,61); }
td.TdClassName
{
border-color: #385D3D;
}
.TagClassName
{
border-color: #385D3D;
}
</style>