Shades of Hunter Green #38563C
Tints of Hunter Green #38563C
RGB
CMYK
RGB Variations
Color information
#38563C (or 0x38563C) is known color: Hunter Green. HEX triplet: 38, 56 and 3C. RGB value is (56,86,60). Sum of RGB (Red+Green+Blue) = 56+86+60=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 86 - color contains mainly: green. Hex color #38563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38563C is #C7A9C3. Grayscale: #4A4A4A. Windows color (decimal): -13085124 or 3954232. OLE color: 3954232.
HSL color Cylindrical-coordinate representation of color #38563C: hue angle of 128º 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 #38563C is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 86 | 60 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.66 |
| HSL | 128º | 0.21% | 0.28% | - |
| HSV(B) | 128º | 0.35% | 0.34% | - |
| XYZ | 5.77 | 7.82 | 5.48 | - |
| YUV | 74.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 60 | 0.35 | 0 | 0.30 | 0.66 | 128 | 0.21 | 0.28 |
| Hex | 38 | 56 | 3C | 23 | 0 | 1E | 42 | 80 | 15 | 1C |
| Octal | 70 | 126 | 74 | 43 | 0 | 36 | 102 | 200 | 25 | 34 |
| Binary | 111000 | 1010110 | 111100 | 100011 | 0 | 11110 | 1000010 | 10000000 | 10101 | 11100 |
Color Harmonies of #38563C
Complementary color
Monochromatic Colors of #38563C
Black with #38563C
Text Example
Text Example
White with #38563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38563C; }
p { color: rgb(56,86,60); }
H1.HeaderClassName
{
color: #38563C;
}
.AnyTagClassName
{
color: #38563C;
}
</style>
background-color css
<style>
a { background-color: #38563C; }
a { background-color: rgb(56,86,60); }
div.DivClassName
{
background-color: #38563C;
}
.BgClassName
{
background-color: #38563C;
}
</style>
border-color css
<style>
span { border-color: #38563C; }
span { border-color: rgb(56,86,60); }
td.TdClassName
{
border-color: #38563C;
}
.TagClassName
{
border-color: #38563C;
}
</style>