Shades of Hunter Green #385E3B
Tints of Hunter Green #385E3B
RGB
CMYK
RGB Variations
Color information
#385E3B (or 0x385E3B) is known color: Hunter Green. HEX triplet: 38, 5E and 3B. RGB value is (56,94,59). Sum of RGB (Red+Green+Blue) = 56+94+59=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 94 - color contains mainly: green. Hex color #385E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E3B is #C7A1C4. Grayscale: #4E4E4E. Windows color (decimal): -13083077 or 3890744. OLE color: 3890744.
HSL color Cylindrical-coordinate representation of color #385E3B: hue angle of 124.74º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385E3B is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 94 | 59 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.63 |
| HSL | 124.74º | 0.25% | 0.29% | - |
| HSV(B) | 124.74º | 0.4% | 0.37% | - |
| XYZ | 6.42 | 9.16 | 5.57 | - |
| YUV | 78.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 59 | 0.40 | 0 | 0.37 | 0.63 | 124.74 | 0.25 | 0.29 |
| Hex | 38 | 5E | 3B | 28 | 0 | 25 | 3F | 7D | 19 | 1D |
| Octal | 70 | 136 | 73 | 50 | 0 | 45 | 77 | 175 | 31 | 35 |
| Binary | 111000 | 1011110 | 111011 | 101000 | 0 | 100101 | 111111 | 1111101 | 11001 | 11101 |
Color Harmonies of #385E3B
Complementary color
Monochromatic Colors of #385E3B
Black with #385E3B
Text Example
Text Example
White with #385E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E3B; }
p { color: rgb(56,94,59); }
H1.HeaderClassName
{
color: #385E3B;
}
.AnyTagClassName
{
color: #385E3B;
}
</style>
background-color css
<style>
a { background-color: #385E3B; }
a { background-color: rgb(56,94,59); }
div.DivClassName
{
background-color: #385E3B;
}
.BgClassName
{
background-color: #385E3B;
}
</style>
border-color css
<style>
span { border-color: #385E3B; }
span { border-color: rgb(56,94,59); }
td.TdClassName
{
border-color: #385E3B;
}
.TagClassName
{
border-color: #385E3B;
}
</style>