Shades of Hunter Green #3C6341
Tints of Hunter Green #3C6341
RGB
CMYK
RGB Variations
Color information
#3C6341 (or 0x3C6341) is known color: Hunter Green. HEX triplet: 3C, 63 and 41. RGB value is (60,99,65). Sum of RGB (Red+Green+Blue) = 60+99+65=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6341 is #C39CBE. Grayscale: #535353. Windows color (decimal): -12819647 or 4285244. OLE color: 4285244.
HSL color Cylindrical-coordinate representation of color #3C6341: hue angle of 127.69º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C6341 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 99 | 65 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.61 |
| HSL | 127.69º | 0.25% | 0.31% | - |
| HSV(B) | 127.69º | 0.39% | 0.39% | - |
| XYZ | 7.28 | 10.27 | 6.6 | - |
| YUV | 83.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 65 | 0.39 | 0 | 0.34 | 0.61 | 127.69 | 0.25 | 0.31 |
| Hex | 3C | 63 | 41 | 27 | 0 | 22 | 3D | 80 | 19 | 1F |
| Octal | 74 | 143 | 101 | 47 | 0 | 42 | 75 | 200 | 31 | 37 |
| Binary | 111100 | 1100011 | 1000001 | 100111 | 0 | 100010 | 111101 | 10000000 | 11001 | 11111 |
Color Harmonies of #3C6341
Complementary color
Monochromatic Colors of #3C6341
Black with #3C6341
Text Example
Text Example
White with #3C6341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6341; }
p { color: rgb(60,99,65); }
H1.HeaderClassName
{
color: #3C6341;
}
.AnyTagClassName
{
color: #3C6341;
}
</style>
background-color css
<style>
a { background-color: #3C6341; }
a { background-color: rgb(60,99,65); }
div.DivClassName
{
background-color: #3C6341;
}
.BgClassName
{
background-color: #3C6341;
}
</style>
border-color css
<style>
span { border-color: #3C6341; }
span { border-color: rgb(60,99,65); }
td.TdClassName
{
border-color: #3C6341;
}
.TagClassName
{
border-color: #3C6341;
}
</style>