Shades of Hunter Green #3B653C
Tints of Hunter Green #3B653C
RGB
CMYK
RGB Variations
Color information
#3B653C (or 0x3B653C) is known color: Hunter Green. HEX triplet: 3B, 65 and 3C. RGB value is (59,101,60). Sum of RGB (Red+Green+Blue) = 59+101+60=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #3B653C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B653C is #C49AC3. Grayscale: #535353. Windows color (decimal): -12884676 or 3958075. OLE color: 3958075.
HSL color Cylindrical-coordinate representation of color #3B653C: hue angle of 121.43º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B653C is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 101 | 60 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.60 |
| HSL | 121.43º | 0.26% | 0.31% | - |
| HSV(B) | 121.43º | 0.42% | 0.4% | - |
| XYZ | 7.27 | 10.56 | 5.93 | - |
| YUV | 83.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 60 | 0.42 | 0 | 0.41 | 0.60 | 121.43 | 0.26 | 0.31 |
| Hex | 3B | 65 | 3C | 2A | 0 | 29 | 3C | 79 | 1A | 1F |
| Octal | 73 | 145 | 74 | 52 | 0 | 51 | 74 | 171 | 32 | 37 |
| Binary | 111011 | 1100101 | 111100 | 101010 | 0 | 101001 | 111100 | 1111001 | 11010 | 11111 |
Color Harmonies of #3B653C
Complementary color
Monochromatic Colors of #3B653C
Black with #3B653C
Text Example
Text Example
White with #3B653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B653C; }
p { color: rgb(59,101,60); }
H1.HeaderClassName
{
color: #3B653C;
}
.AnyTagClassName
{
color: #3B653C;
}
</style>
background-color css
<style>
a { background-color: #3B653C; }
a { background-color: rgb(59,101,60); }
div.DivClassName
{
background-color: #3B653C;
}
.BgClassName
{
background-color: #3B653C;
}
</style>
border-color css
<style>
span { border-color: #3B653C; }
span { border-color: rgb(59,101,60); }
td.TdClassName
{
border-color: #3B653C;
}
.TagClassName
{
border-color: #3B653C;
}
</style>