Shades of Hunter Green #386842
Tints of Hunter Green #386842
RGB
CMYK
RGB Variations
Color information
#386842 (or 0x386842) is known color: Hunter Green. HEX triplet: 38, 68 and 42. RGB value is (56,104,66). Sum of RGB (Red+Green+Blue) = 56+104+66=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #386842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386842 is #C797BD. Grayscale: #555555. Windows color (decimal): -13080510 or 4352056. OLE color: 4352056.
HSL color Cylindrical-coordinate representation of color #386842: hue angle of 132.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386842 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 104 | 66 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.59 |
| HSL | 132.5º | 0.3% | 0.31% | - |
| HSV(B) | 132.5º | 0.46% | 0.41% | - |
| XYZ | 7.56 | 11.13 | 6.9 | - |
| YUV | 85.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 66 | 0.46 | 0 | 0.37 | 0.59 | 132.5 | 0.3 | 0.31 |
| Hex | 38 | 68 | 42 | 2E | 0 | 25 | 3B | 84 | 1E | 1F |
| Octal | 70 | 150 | 102 | 56 | 0 | 45 | 73 | 204 | 36 | 37 |
| Binary | 111000 | 1101000 | 1000010 | 101110 | 0 | 100101 | 111011 | 10000100 | 11110 | 11111 |
Color Harmonies of #386842
Complementary color
Monochromatic Colors of #386842
Black with #386842
Text Example
Text Example
White with #386842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386842; }
p { color: rgb(56,104,66); }
H1.HeaderClassName
{
color: #386842;
}
.AnyTagClassName
{
color: #386842;
}
</style>
background-color css
<style>
a { background-color: #386842; }
a { background-color: rgb(56,104,66); }
div.DivClassName
{
background-color: #386842;
}
.BgClassName
{
background-color: #386842;
}
</style>
border-color css
<style>
span { border-color: #386842; }
span { border-color: rgb(56,104,66); }
td.TdClassName
{
border-color: #386842;
}
.TagClassName
{
border-color: #386842;
}
</style>