Shades of Hunter Green #386C42
Tints of Hunter Green #386C42
RGB
CMYK
RGB Variations
Color information
#386C42 (or 0x386C42) is known color: Hunter Green. HEX triplet: 38, 6C and 42. RGB value is (56,108,66). Sum of RGB (Red+Green+Blue) = 56+108+66=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #386C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C42 is #C793BD. Grayscale: #575757. Windows color (decimal): -13079486 or 4353080. OLE color: 4353080.
HSL color Cylindrical-coordinate representation of color #386C42: hue angle of 131.54º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386C42 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 108 | 66 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.58 |
| HSL | 131.54º | 0.32% | 0.32% | - |
| HSV(B) | 131.54º | 0.48% | 0.42% | - |
| XYZ | 7.98 | 11.96 | 7.04 | - |
| YUV | 87.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 66 | 0.48 | 0 | 0.39 | 0.58 | 131.54 | 0.32 | 0.32 |
| Hex | 38 | 6C | 42 | 30 | 0 | 27 | 3A | 84 | 20 | 20 |
| Octal | 70 | 154 | 102 | 60 | 0 | 47 | 72 | 204 | 40 | 40 |
| Binary | 111000 | 1101100 | 1000010 | 110000 | 0 | 100111 | 111010 | 10000100 | 100000 | 100000 |
Color Harmonies of #386C42
Complementary color
Monochromatic Colors of #386C42
Black with #386C42
Text Example
Text Example
White with #386C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C42; }
p { color: rgb(56,108,66); }
H1.HeaderClassName
{
color: #386C42;
}
.AnyTagClassName
{
color: #386C42;
}
</style>
background-color css
<style>
a { background-color: #386C42; }
a { background-color: rgb(56,108,66); }
div.DivClassName
{
background-color: #386C42;
}
.BgClassName
{
background-color: #386C42;
}
</style>
border-color css
<style>
span { border-color: #386C42; }
span { border-color: rgb(56,108,66); }
td.TdClassName
{
border-color: #386C42;
}
.TagClassName
{
border-color: #386C42;
}
</style>