Shades of Hunter Green #3B653D
Tints of Hunter Green #3B653D
RGB
CMYK
RGB Variations
Color information
#3B653D (or 0x3B653D) is known color: Hunter Green. HEX triplet: 3B, 65 and 3D. RGB value is (59,101,61). Sum of RGB (Red+Green+Blue) = 59+101+61=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #3B653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B653D is #C49AC2. Grayscale: #535353. Windows color (decimal): -12884675 or 4023611. OLE color: 4023611.
HSL color Cylindrical-coordinate representation of color #3B653D: hue angle of 122.86º 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 #3B653D is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 101 | 61 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.60 |
| HSL | 122.86º | 0.26% | 0.31% | - |
| HSV(B) | 122.86º | 0.42% | 0.4% | - |
| XYZ | 7.3 | 10.57 | 6.07 | - |
| YUV | 83.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 61 | 0.42 | 0 | 0.40 | 0.60 | 122.86 | 0.26 | 0.31 |
| Hex | 3B | 65 | 3D | 2A | 0 | 28 | 3C | 7B | 1A | 1F |
| Octal | 73 | 145 | 75 | 52 | 0 | 50 | 74 | 173 | 32 | 37 |
| Binary | 111011 | 1100101 | 111101 | 101010 | 0 | 101000 | 111100 | 1111011 | 11010 | 11111 |
Color Harmonies of #3B653D
Complementary color
Monochromatic Colors of #3B653D
Black with #3B653D
Text Example
Text Example
White with #3B653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B653D; }
p { color: rgb(59,101,61); }
H1.HeaderClassName
{
color: #3B653D;
}
.AnyTagClassName
{
color: #3B653D;
}
</style>
background-color css
<style>
a { background-color: #3B653D; }
a { background-color: rgb(59,101,61); }
div.DivClassName
{
background-color: #3B653D;
}
.BgClassName
{
background-color: #3B653D;
}
</style>
border-color css
<style>
span { border-color: #3B653D; }
span { border-color: rgb(59,101,61); }
td.TdClassName
{
border-color: #3B653D;
}
.TagClassName
{
border-color: #3B653D;
}
</style>