Shades of Hunter Green #3C603C
Tints of Hunter Green #3C603C
RGB
CMYK
RGB Variations
Color information
#3C603C (or 0x3C603C) is known color: Hunter Green. HEX triplet: 3C, 60 and 3C. RGB value is (60,96,60). Sum of RGB (Red+Green+Blue) = 60+96+60=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #3C603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C603C is #C39FC3. Grayscale: #515151. Windows color (decimal): -12820420 or 3956796. OLE color: 3956796.
HSL color Cylindrical-coordinate representation of color #3C603C: hue angle of 120º degrees, saturation: 0.23, 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 #3C603C is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 60 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.62 |
| HSL | 120º | 0.23% | 0.31% | - |
| HSV(B) | 120º | 0.38% | 0.38% | - |
| XYZ | 6.86 | 9.65 | 5.78 | - |
| YUV | 81.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 60 | 0.38 | 0 | 0.38 | 0.62 | 120 | 0.23 | 0.31 |
| Hex | 3C | 60 | 3C | 26 | 0 | 26 | 3E | 78 | 17 | 1F |
| Octal | 74 | 140 | 74 | 46 | 0 | 46 | 76 | 170 | 27 | 37 |
| Binary | 111100 | 1100000 | 111100 | 100110 | 0 | 100110 | 111110 | 1111000 | 10111 | 11111 |
Color Harmonies of #3C603C
Complementary color
Monochromatic Colors of #3C603C
Black with #3C603C
Text Example
Text Example
White with #3C603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C603C; }
p { color: rgb(60,96,60); }
H1.HeaderClassName
{
color: #3C603C;
}
.AnyTagClassName
{
color: #3C603C;
}
</style>
background-color css
<style>
a { background-color: #3C603C; }
a { background-color: rgb(60,96,60); }
div.DivClassName
{
background-color: #3C603C;
}
.BgClassName
{
background-color: #3C603C;
}
</style>
border-color css
<style>
span { border-color: #3C603C; }
span { border-color: rgb(60,96,60); }
td.TdClassName
{
border-color: #3C603C;
}
.TagClassName
{
border-color: #3C603C;
}
</style>