Shades of Hunter Green #3C6345
Tints of Hunter Green #3C6345
RGB
CMYK
RGB Variations
Color information
#3C6345 (or 0x3C6345) is known color: Hunter Green. HEX triplet: 3C, 63 and 45. RGB value is (60,99,69). Sum of RGB (Red+Green+Blue) = 60+99+69=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6345 is #C39CBA. Grayscale: #545454. Windows color (decimal): -12819643 or 4547388. OLE color: 4547388.
HSL color Cylindrical-coordinate representation of color #3C6345: hue angle of 133.85º 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 #3C6345 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 99 | 69 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.61 |
| HSL | 133.85º | 0.25% | 0.31% | - |
| HSV(B) | 133.85º | 0.39% | 0.39% | - |
| XYZ | 7.4 | 10.31 | 7.23 | - |
| YUV | 83.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 69 | 0.39 | 0 | 0.30 | 0.61 | 133.85 | 0.25 | 0.31 |
| Hex | 3C | 63 | 45 | 27 | 0 | 1E | 3D | 86 | 19 | 1F |
| Octal | 74 | 143 | 105 | 47 | 0 | 36 | 75 | 206 | 31 | 37 |
| Binary | 111100 | 1100011 | 1000101 | 100111 | 0 | 11110 | 111101 | 10000110 | 11001 | 11111 |
Color Harmonies of #3C6345
Complementary color
Monochromatic Colors of #3C6345
Black with #3C6345
Text Example
Text Example
White with #3C6345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6345; }
p { color: rgb(60,99,69); }
H1.HeaderClassName
{
color: #3C6345;
}
.AnyTagClassName
{
color: #3C6345;
}
</style>
background-color css
<style>
a { background-color: #3C6345; }
a { background-color: rgb(60,99,69); }
div.DivClassName
{
background-color: #3C6345;
}
.BgClassName
{
background-color: #3C6345;
}
</style>
border-color css
<style>
span { border-color: #3C6345; }
span { border-color: rgb(60,99,69); }
td.TdClassName
{
border-color: #3C6345;
}
.TagClassName
{
border-color: #3C6345;
}
</style>