Shades of Hunter Green #386F43
Tints of Hunter Green #386F43
RGB
CMYK
RGB Variations
Color information
#386F43 (or 0x386F43) is known color: Hunter Green. HEX triplet: 38, 6F and 43. RGB value is (56,111,67). Sum of RGB (Red+Green+Blue) = 56+111+67=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #386F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F43 is #C790BC. Grayscale: #595959. Windows color (decimal): -13078717 or 4419384. OLE color: 4419384.
HSL color Cylindrical-coordinate representation of color #386F43: hue angle of 132º 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 #386F43 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 67 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.56 |
| HSL | 132º | 0.33% | 0.33% | - |
| HSV(B) | 132º | 0.5% | 0.44% | - |
| XYZ | 8.33 | 12.61 | 7.31 | - |
| YUV | 89.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 67 | 0.50 | 0 | 0.40 | 0.56 | 132 | 0.33 | 0.33 |
| Hex | 38 | 6F | 43 | 32 | 0 | 28 | 38 | 84 | 21 | 21 |
| Octal | 70 | 157 | 103 | 62 | 0 | 50 | 70 | 204 | 41 | 41 |
| Binary | 111000 | 1101111 | 1000011 | 110010 | 0 | 101000 | 111000 | 10000100 | 100001 | 100001 |
Color Harmonies of #386F43
Complementary color
Monochromatic Colors of #386F43
Black with #386F43
Text Example
Text Example
White with #386F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F43; }
p { color: rgb(56,111,67); }
H1.HeaderClassName
{
color: #386F43;
}
.AnyTagClassName
{
color: #386F43;
}
</style>
background-color css
<style>
a { background-color: #386F43; }
a { background-color: rgb(56,111,67); }
div.DivClassName
{
background-color: #386F43;
}
.BgClassName
{
background-color: #386F43;
}
</style>
border-color css
<style>
span { border-color: #386F43; }
span { border-color: rgb(56,111,67); }
td.TdClassName
{
border-color: #386F43;
}
.TagClassName
{
border-color: #386F43;
}
</style>