Shades of Hunter Green #3C583E
Tints of Hunter Green #3C583E
RGB
CMYK
RGB Variations
Color information
#3C583E (or 0x3C583E) is known color: Hunter Green. HEX triplet: 3C, 58 and 3E. RGB value is (60,88,62). Sum of RGB (Red+Green+Blue) = 60+88+62=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #3C583E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C583E is #C3A7C1. Grayscale: #4C4C4C. Windows color (decimal): -12822466 or 4085820. OLE color: 4085820.
HSL color Cylindrical-coordinate representation of color #3C583E: hue angle of 124.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C583E is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
RGB | 60 | 88 | 62 | - |
CMYK | 0.32 | 0 | 0.30 | 0.65 |
HSL | 124.29º | 0.19% | 0.29% | - |
HSV(B) | 124.29º | 0.32% | 0.35% | - |
XYZ | 6.22 | 8.29 | 5.83 | - |
YUV | 76.66 | 119.72 | 116.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 88 | 62 | 0.32 | 0 | 0.30 | 0.65 | 124.29 | 0.19 | 0.29 |
Hex | 3C | 58 | 3E | 20 | 0 | 1E | 41 | 7C | 13 | 1D |
Octal | 74 | 130 | 76 | 40 | 0 | 36 | 101 | 174 | 23 | 35 |
Binary | 111100 | 1011000 | 111110 | 100000 | 0 | 11110 | 1000001 | 1111100 | 10011 | 11101 |
Color Harmonies of #3C583E
Complementary color
Monochromatic Colors of #3C583E
Black with #3C583E
Text Example
Text Example
White with #3C583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C583E; }
p { color: rgb(60,88,62); }
H1.HeaderClassName
{
color: #3C583E;
}
.AnyTagClassName
{
color: #3C583E;
}
</style>
background-color css
<style>
a { background-color: #3C583E; }
a { background-color: rgb(60,88,62); }
div.DivClassName
{
background-color: #3C583E;
}
.BgClassName
{
background-color: #3C583E;
}
</style>
border-color css
<style>
span { border-color: #3C583E; }
span { border-color: rgb(60,88,62); }
td.TdClassName
{
border-color: #3C583E;
}
.TagClassName
{
border-color: #3C583E;
}
</style>