Shades of Hunter Green #3C693C
Tints of Hunter Green #3C693C
RGB
CMYK
RGB Variations
Color information
#3C693C (or 0x3C693C) is known color: Hunter Green. HEX triplet: 3C, 69 and 3C. RGB value is (60,105,60). Sum of RGB (Red+Green+Blue) = 60+105+60=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #3C693C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C693C is #C396C3. Grayscale: #565656. Windows color (decimal): -12818116 or 3959100. OLE color: 3959100.
HSL color Cylindrical-coordinate representation of color #3C693C: hue angle of 120º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C693C is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 105 | 60 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.59 |
| HSL | 120º | 0.27% | 0.32% | - |
| HSV(B) | 120º | 0.43% | 0.41% | - |
| XYZ | 7.73 | 11.39 | 6.07 | - |
| YUV | 86.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 60 | 0.43 | 0 | 0.43 | 0.59 | 120 | 0.27 | 0.32 |
| Hex | 3C | 69 | 3C | 2B | 0 | 2B | 3B | 78 | 1B | 20 |
| Octal | 74 | 151 | 74 | 53 | 0 | 53 | 73 | 170 | 33 | 40 |
| Binary | 111100 | 1101001 | 111100 | 101011 | 0 | 101011 | 111011 | 1111000 | 11011 | 100000 |
Color Harmonies of #3C693C
Complementary color
Monochromatic Colors of #3C693C
Black with #3C693C
Text Example
Text Example
White with #3C693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C693C; }
p { color: rgb(60,105,60); }
H1.HeaderClassName
{
color: #3C693C;
}
.AnyTagClassName
{
color: #3C693C;
}
</style>
background-color css
<style>
a { background-color: #3C693C; }
a { background-color: rgb(60,105,60); }
div.DivClassName
{
background-color: #3C693C;
}
.BgClassName
{
background-color: #3C693C;
}
</style>
border-color css
<style>
span { border-color: #3C693C; }
span { border-color: rgb(60,105,60); }
td.TdClassName
{
border-color: #3C693C;
}
.TagClassName
{
border-color: #3C693C;
}
</style>