Shades of Hunter Green #38593F
Tints of Hunter Green #38593F
RGB
CMYK
RGB Variations
Color information
#38593F (or 0x38593F) is known color: Hunter Green. HEX triplet: 38, 59 and 3F. RGB value is (56,89,63). Sum of RGB (Red+Green+Blue) = 56+89+63=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #38593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38593F is #C7A6C0. Grayscale: #4C4C4C. Windows color (decimal): -13084353 or 4151608. OLE color: 4151608.
HSL color Cylindrical-coordinate representation of color #38593F: hue angle of 132.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38593F is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 89 | 63 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.65 |
| HSL | 132.73º | 0.23% | 0.28% | - |
| HSV(B) | 132.73º | 0.37% | 0.35% | - |
| XYZ | 6.1 | 8.34 | 5.99 | - |
| YUV | 76.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 63 | 0.37 | 0 | 0.29 | 0.65 | 132.73 | 0.23 | 0.28 |
| Hex | 38 | 59 | 3F | 25 | 0 | 1D | 41 | 85 | 17 | 1C |
| Octal | 70 | 131 | 77 | 45 | 0 | 35 | 101 | 205 | 27 | 34 |
| Binary | 111000 | 1011001 | 111111 | 100101 | 0 | 11101 | 1000001 | 10000101 | 10111 | 11100 |
Color Harmonies of #38593F
Complementary color
Monochromatic Colors of #38593F
Black with #38593F
Text Example
Text Example
White with #38593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38593F; }
p { color: rgb(56,89,63); }
H1.HeaderClassName
{
color: #38593F;
}
.AnyTagClassName
{
color: #38593F;
}
</style>
background-color css
<style>
a { background-color: #38593F; }
a { background-color: rgb(56,89,63); }
div.DivClassName
{
background-color: #38593F;
}
.BgClassName
{
background-color: #38593F;
}
</style>
border-color css
<style>
span { border-color: #38593F; }
span { border-color: rgb(56,89,63); }
td.TdClassName
{
border-color: #38593F;
}
.TagClassName
{
border-color: #38593F;
}
</style>