Shades of Hunter Green #3C633B
Tints of Hunter Green #3C633B
RGB
CMYK
RGB Variations
Color information
#3C633B (or 0x3C633B) is known color: Hunter Green. HEX triplet: 3C, 63 and 3B. RGB value is (60,99,59). Sum of RGB (Red+Green+Blue) = 60+99+59=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #3C633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C633B is #C39CC4. Grayscale: #525252. Windows color (decimal): -12819653 or 3892028. OLE color: 3892028.
HSL color Cylindrical-coordinate representation of color #3C633B: hue angle of 118.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 #3C633B is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 99 | 59 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.61 |
| HSL | 118.5º | 0.25% | 0.31% | - |
| HSV(B) | 118.5º | 0.4% | 0.39% | - |
| XYZ | 7.11 | 10.2 | 5.73 | - |
| YUV | 82.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 59 | 0.39 | 0 | 0.40 | 0.61 | 118.5 | 0.25 | 0.31 |
| Hex | 3C | 63 | 3B | 27 | 0 | 28 | 3D | 76 | 19 | 1F |
| Octal | 74 | 143 | 73 | 47 | 0 | 50 | 75 | 166 | 31 | 37 |
| Binary | 111100 | 1100011 | 111011 | 100111 | 0 | 101000 | 111101 | 1110110 | 11001 | 11111 |
Color Harmonies of #3C633B
Complementary color
Monochromatic Colors of #3C633B
Black with #3C633B
Text Example
Text Example
White with #3C633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C633B; }
p { color: rgb(60,99,59); }
H1.HeaderClassName
{
color: #3C633B;
}
.AnyTagClassName
{
color: #3C633B;
}
</style>
background-color css
<style>
a { background-color: #3C633B; }
a { background-color: rgb(60,99,59); }
div.DivClassName
{
background-color: #3C633B;
}
.BgClassName
{
background-color: #3C633B;
}
</style>
border-color css
<style>
span { border-color: #3C633B; }
span { border-color: rgb(60,99,59); }
td.TdClassName
{
border-color: #3C633B;
}
.TagClassName
{
border-color: #3C633B;
}
</style>