Shades of Hunter Green #38643E
Tints of Hunter Green #38643E
RGB
CMYK
RGB Variations
Color information
#38643E (or 0x38643E) is known color: Hunter Green. HEX triplet: 38, 64 and 3E. RGB value is (56,100,62). Sum of RGB (Red+Green+Blue) = 56+100+62=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #38643E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38643E is #C79BC1. Grayscale: #525252. Windows color (decimal): -13081538 or 4088888. OLE color: 4088888.
HSL color Cylindrical-coordinate representation of color #38643E: hue angle of 128.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38643E is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 100 | 62 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.61 |
| HSL | 128.18º | 0.28% | 0.31% | - |
| HSV(B) | 128.18º | 0.44% | 0.39% | - |
| XYZ | 7.06 | 10.3 | 6.17 | - |
| YUV | 82.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 62 | 0.44 | 0 | 0.38 | 0.61 | 128.18 | 0.28 | 0.31 |
| Hex | 38 | 64 | 3E | 2C | 0 | 26 | 3D | 80 | 1C | 1F |
| Octal | 70 | 144 | 76 | 54 | 0 | 46 | 75 | 200 | 34 | 37 |
| Binary | 111000 | 1100100 | 111110 | 101100 | 0 | 100110 | 111101 | 10000000 | 11100 | 11111 |
Color Harmonies of #38643E
Complementary color
Monochromatic Colors of #38643E
Black with #38643E
Text Example
Text Example
White with #38643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38643E; }
p { color: rgb(56,100,62); }
H1.HeaderClassName
{
color: #38643E;
}
.AnyTagClassName
{
color: #38643E;
}
</style>
background-color css
<style>
a { background-color: #38643E; }
a { background-color: rgb(56,100,62); }
div.DivClassName
{
background-color: #38643E;
}
.BgClassName
{
background-color: #38643E;
}
</style>
border-color css
<style>
span { border-color: #38643E; }
span { border-color: rgb(56,100,62); }
td.TdClassName
{
border-color: #38643E;
}
.TagClassName
{
border-color: #38643E;
}
</style>