Shades of Hunter Green #38563D
Tints of Hunter Green #38563D
RGB
CMYK
RGB Variations
Color information
#38563D (or 0x38563D) is known color: Hunter Green. HEX triplet: 38, 56 and 3D. RGB value is (56,86,61). Sum of RGB (Red+Green+Blue) = 56+86+61=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #38563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38563D is #C7A9C2. Grayscale: #4A4A4A. Windows color (decimal): -13085123 or 4019768. OLE color: 4019768.
HSL color Cylindrical-coordinate representation of color #38563D: hue angle of 130º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38563D is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 86 | 61 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.66 |
| HSL | 130º | 0.21% | 0.28% | - |
| HSV(B) | 130º | 0.35% | 0.34% | - |
| XYZ | 5.8 | 7.83 | 5.62 | - |
| YUV | 74.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 61 | 0.35 | 0 | 0.29 | 0.66 | 130 | 0.21 | 0.28 |
| Hex | 38 | 56 | 3D | 23 | 0 | 1D | 42 | 82 | 15 | 1C |
| Octal | 70 | 126 | 75 | 43 | 0 | 35 | 102 | 202 | 25 | 34 |
| Binary | 111000 | 1010110 | 111101 | 100011 | 0 | 11101 | 1000010 | 10000010 | 10101 | 11100 |
Color Harmonies of #38563D
Complementary color
Monochromatic Colors of #38563D
Black with #38563D
Text Example
Text Example
White with #38563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38563D; }
p { color: rgb(56,86,61); }
H1.HeaderClassName
{
color: #38563D;
}
.AnyTagClassName
{
color: #38563D;
}
</style>
background-color css
<style>
a { background-color: #38563D; }
a { background-color: rgb(56,86,61); }
div.DivClassName
{
background-color: #38563D;
}
.BgClassName
{
background-color: #38563D;
}
</style>
border-color css
<style>
span { border-color: #38563D; }
span { border-color: rgb(56,86,61); }
td.TdClassName
{
border-color: #38563D;
}
.TagClassName
{
border-color: #38563D;
}
</style>