Shades of Hunter Green #3B643F
Tints of Hunter Green #3B643F
RGB
CMYK
RGB Variations
Color information
#3B643F (or 0x3B643F) is known color: Hunter Green. HEX triplet: 3B, 64 and 3F. RGB value is (59,100,63). Sum of RGB (Red+Green+Blue) = 59+100+63=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #3B643F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B643F is #C49BC0. Grayscale: #535353. Windows color (decimal): -12884929 or 4154427. OLE color: 4154427.
HSL color Cylindrical-coordinate representation of color #3B643F: hue angle of 125.85º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B643F is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 100 | 63 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.61 |
| HSL | 125.85º | 0.26% | 0.31% | - |
| HSV(B) | 125.85º | 0.41% | 0.39% | - |
| XYZ | 7.26 | 10.4 | 6.33 | - |
| YUV | 83.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 100 | 63 | 0.41 | 0 | 0.37 | 0.61 | 125.85 | 0.26 | 0.31 |
| Hex | 3B | 64 | 3F | 29 | 0 | 25 | 3D | 7E | 1A | 1F |
| Octal | 73 | 144 | 77 | 51 | 0 | 45 | 75 | 176 | 32 | 37 |
| Binary | 111011 | 1100100 | 111111 | 101001 | 0 | 100101 | 111101 | 1111110 | 11010 | 11111 |
Color Harmonies of #3B643F
Complementary color
Monochromatic Colors of #3B643F
Black with #3B643F
Text Example
Text Example
White with #3B643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B643F; }
p { color: rgb(59,100,63); }
H1.HeaderClassName
{
color: #3B643F;
}
.AnyTagClassName
{
color: #3B643F;
}
</style>
background-color css
<style>
a { background-color: #3B643F; }
a { background-color: rgb(59,100,63); }
div.DivClassName
{
background-color: #3B643F;
}
.BgClassName
{
background-color: #3B643F;
}
</style>
border-color css
<style>
span { border-color: #3B643F; }
span { border-color: rgb(59,100,63); }
td.TdClassName
{
border-color: #3B643F;
}
.TagClassName
{
border-color: #3B643F;
}
</style>