Shades of Hunter Green #3C613C
Tints of Hunter Green #3C613C
RGB
CMYK
RGB Variations
Color information
#3C613C (or 0x3C613C) is known color: Hunter Green. HEX triplet: 3C, 61 and 3C. RGB value is (60,97,60). Sum of RGB (Red+Green+Blue) = 60+97+60=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #3C613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C613C is #C39EC3. Grayscale: #515151. Windows color (decimal): -12820164 or 3957052. OLE color: 3957052.
HSL color Cylindrical-coordinate representation of color #3C613C: hue angle of 120º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C613C is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 60 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.62 |
| HSL | 120º | 0.24% | 0.31% | - |
| HSV(B) | 120º | 0.38% | 0.38% | - |
| XYZ | 6.95 | 9.84 | 5.81 | - |
| YUV | 81.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 60 | 0.38 | 0 | 0.38 | 0.62 | 120 | 0.24 | 0.31 |
| Hex | 3C | 61 | 3C | 26 | 0 | 26 | 3E | 78 | 18 | 1F |
| Octal | 74 | 141 | 74 | 46 | 0 | 46 | 76 | 170 | 30 | 37 |
| Binary | 111100 | 1100001 | 111100 | 100110 | 0 | 100110 | 111110 | 1111000 | 11000 | 11111 |
Color Harmonies of #3C613C
Complementary color
Monochromatic Colors of #3C613C
Black with #3C613C
Text Example
Text Example
White with #3C613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C613C; }
p { color: rgb(60,97,60); }
H1.HeaderClassName
{
color: #3C613C;
}
.AnyTagClassName
{
color: #3C613C;
}
</style>
background-color css
<style>
a { background-color: #3C613C; }
a { background-color: rgb(60,97,60); }
div.DivClassName
{
background-color: #3C613C;
}
.BgClassName
{
background-color: #3C613C;
}
</style>
border-color css
<style>
span { border-color: #3C613C; }
span { border-color: rgb(60,97,60); }
td.TdClassName
{
border-color: #3C613C;
}
.TagClassName
{
border-color: #3C613C;
}
</style>