Shades of Hunter Green #3C643D
Tints of Hunter Green #3C643D
RGB
CMYK
RGB Variations
Color information
#3C643D (or 0x3C643D) is known color: Hunter Green. HEX triplet: 3C, 64 and 3D. RGB value is (60,100,61). Sum of RGB (Red+Green+Blue) = 60+100+61=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #3C643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C643D is #C39BC2. Grayscale: #535353. Windows color (decimal): -12819395 or 4023356. OLE color: 4023356.
HSL color Cylindrical-coordinate representation of color #3C643D: hue angle of 121.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C643D is Cyan = 0.4, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 100 | 61 | - |
| CMYK | 0.4 | 0 | 0.39 | 0.61 |
| HSL | 121.5º | 0.25% | 0.31% | - |
| HSV(B) | 121.5º | 0.4% | 0.39% | - |
| XYZ | 7.26 | 10.41 | 6.04 | - |
| YUV | 83.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 61 | 0.4 | 0 | 0.39 | 0.61 | 121.5 | 0.25 | 0.31 |
| Hex | 3C | 64 | 3D | 28 | 0 | 27 | 3D | 7A | 19 | 1F |
| Octal | 74 | 144 | 75 | 50 | 0 | 47 | 75 | 172 | 31 | 37 |
| Binary | 111100 | 1100100 | 111101 | 101000 | 0 | 100111 | 111101 | 1111010 | 11001 | 11111 |
Color Harmonies of #3C643D
Complementary color
Monochromatic Colors of #3C643D
Black with #3C643D
Text Example
Text Example
White with #3C643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C643D; }
p { color: rgb(60,100,61); }
H1.HeaderClassName
{
color: #3C643D;
}
.AnyTagClassName
{
color: #3C643D;
}
</style>
background-color css
<style>
a { background-color: #3C643D; }
a { background-color: rgb(60,100,61); }
div.DivClassName
{
background-color: #3C643D;
}
.BgClassName
{
background-color: #3C643D;
}
</style>
border-color css
<style>
span { border-color: #3C643D; }
span { border-color: rgb(60,100,61); }
td.TdClassName
{
border-color: #3C643D;
}
.TagClassName
{
border-color: #3C643D;
}
</style>