Shades of Hunter Green #3B633F
Tints of Hunter Green #3B633F
RGB
CMYK
RGB Variations
Color information
#3B633F (or 0x3B633F) is known color: Hunter Green. HEX triplet: 3B, 63 and 3F. RGB value is (59,99,63). Sum of RGB (Red+Green+Blue) = 59+99+63=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #3B633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B633F is #C49CC0. Grayscale: #535353. Windows color (decimal): -12885185 or 4154171. OLE color: 4154171.
HSL color Cylindrical-coordinate representation of color #3B633F: hue angle of 126º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B633F is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 99 | 63 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.61 |
| HSL | 126º | 0.25% | 0.31% | - |
| HSV(B) | 126º | 0.4% | 0.39% | - |
| XYZ | 7.16 | 10.21 | 6.3 | - |
| YUV | 82.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 99 | 63 | 0.40 | 0 | 0.36 | 0.61 | 126 | 0.25 | 0.31 |
| Hex | 3B | 63 | 3F | 28 | 0 | 24 | 3D | 7E | 19 | 1F |
| Octal | 73 | 143 | 77 | 50 | 0 | 44 | 75 | 176 | 31 | 37 |
| Binary | 111011 | 1100011 | 111111 | 101000 | 0 | 100100 | 111101 | 1111110 | 11001 | 11111 |
Color Harmonies of #3B633F
Complementary color
Monochromatic Colors of #3B633F
Black with #3B633F
Text Example
Text Example
White with #3B633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B633F; }
p { color: rgb(59,99,63); }
H1.HeaderClassName
{
color: #3B633F;
}
.AnyTagClassName
{
color: #3B633F;
}
</style>
background-color css
<style>
a { background-color: #3B633F; }
a { background-color: rgb(59,99,63); }
div.DivClassName
{
background-color: #3B633F;
}
.BgClassName
{
background-color: #3B633F;
}
</style>
border-color css
<style>
span { border-color: #3B633F; }
span { border-color: rgb(59,99,63); }
td.TdClassName
{
border-color: #3B633F;
}
.TagClassName
{
border-color: #3B633F;
}
</style>