Shades of Hunter Green #387040
Tints of Hunter Green #387040
RGB
CMYK
RGB Variations
Color information
#387040 (or 0x387040) is known color: Hunter Green. HEX triplet: 38, 70 and 40. RGB value is (56,112,64). Sum of RGB (Red+Green+Blue) = 56+112+64=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #387040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387040 is #C78FBF. Grayscale: #595959. Windows color (decimal): -13078464 or 4223032. OLE color: 4223032.
HSL color Cylindrical-coordinate representation of color #387040: hue angle of 128.57º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387040 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 112 | 64 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.56 |
| HSL | 128.57º | 0.33% | 0.33% | - |
| HSV(B) | 128.57º | 0.5% | 0.44% | - |
| XYZ | 8.35 | 12.8 | 6.88 | - |
| YUV | 89.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 64 | 0.50 | 0 | 0.43 | 0.56 | 128.57 | 0.33 | 0.33 |
| Hex | 38 | 70 | 40 | 32 | 0 | 2B | 38 | 81 | 21 | 21 |
| Octal | 70 | 160 | 100 | 62 | 0 | 53 | 70 | 201 | 41 | 41 |
| Binary | 111000 | 1110000 | 1000000 | 110010 | 0 | 101011 | 111000 | 10000001 | 100001 | 100001 |
Color Harmonies of #387040
Complementary color
Monochromatic Colors of #387040
Black with #387040
Text Example
Text Example
White with #387040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387040; }
p { color: rgb(56,112,64); }
H1.HeaderClassName
{
color: #387040;
}
.AnyTagClassName
{
color: #387040;
}
</style>
background-color css
<style>
a { background-color: #387040; }
a { background-color: rgb(56,112,64); }
div.DivClassName
{
background-color: #387040;
}
.BgClassName
{
background-color: #387040;
}
</style>
border-color css
<style>
span { border-color: #387040; }
span { border-color: rgb(56,112,64); }
td.TdClassName
{
border-color: #387040;
}
.TagClassName
{
border-color: #387040;
}
</style>