Shades of Hunter Green #386E46
Tints of Hunter Green #386E46
RGB
CMYK
RGB Variations
Color information
#386E46 (or 0x386E46) is known color: Hunter Green. HEX triplet: 38, 6E and 46. RGB value is (56,110,70). Sum of RGB (Red+Green+Blue) = 56+110+70=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #386E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E46 is #C791B9. Grayscale: #595959. Windows color (decimal): -13078970 or 4615736. OLE color: 4615736.
HSL color Cylindrical-coordinate representation of color #386E46: hue angle of 135.56º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386E46 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 110 | 70 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.57 |
| HSL | 135.56º | 0.33% | 0.33% | - |
| HSV(B) | 135.56º | 0.49% | 0.43% | - |
| XYZ | 8.31 | 12.43 | 7.76 | - |
| YUV | 89.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 70 | 0.49 | 0 | 0.36 | 0.57 | 135.56 | 0.33 | 0.33 |
| Hex | 38 | 6E | 46 | 31 | 0 | 24 | 39 | 88 | 21 | 21 |
| Octal | 70 | 156 | 106 | 61 | 0 | 44 | 71 | 210 | 41 | 41 |
| Binary | 111000 | 1101110 | 1000110 | 110001 | 0 | 100100 | 111001 | 10001000 | 100001 | 100001 |
Color Harmonies of #386E46
Complementary color
Monochromatic Colors of #386E46
Black with #386E46
Text Example
Text Example
White with #386E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E46; }
p { color: rgb(56,110,70); }
H1.HeaderClassName
{
color: #386E46;
}
.AnyTagClassName
{
color: #386E46;
}
</style>
background-color css
<style>
a { background-color: #386E46; }
a { background-color: rgb(56,110,70); }
div.DivClassName
{
background-color: #386E46;
}
.BgClassName
{
background-color: #386E46;
}
</style>
border-color css
<style>
span { border-color: #386E46; }
span { border-color: rgb(56,110,70); }
td.TdClassName
{
border-color: #386E46;
}
.TagClassName
{
border-color: #386E46;
}
</style>