Shades of Hunter Green #3B5E3F
Tints of Hunter Green #3B5E3F
RGB
CMYK
RGB Variations
Color information
#3B5E3F (or 0x3B5E3F) is known color: Hunter Green. HEX triplet: 3B, 5E and 3F. RGB value is (59,94,63). Sum of RGB (Red+Green+Blue) = 59+94+63=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 94 - color contains mainly: green. Hex color #3B5E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5E3F is #C4A1C0. Grayscale: #505050. Windows color (decimal): -12886465 or 4152891. OLE color: 4152891.
HSL color Cylindrical-coordinate representation of color #3B5E3F: hue angle of 126.86º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B5E3F is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
RGB | 59 | 94 | 63 | - |
CMYK | 0.37 | 0 | 0.33 | 0.63 |
HSL | 126.86º | 0.23% | 0.3% | - |
HSV(B) | 126.86º | 0.37% | 0.37% | - |
XYZ | 6.7 | 9.29 | 6.14 | - |
YUV | 80 | 118.4 | 113.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 94 | 63 | 0.37 | 0 | 0.33 | 0.63 | 126.86 | 0.23 | 0.3 |
Hex | 3B | 5E | 3F | 25 | 0 | 21 | 3F | 7F | 17 | 1E |
Octal | 73 | 136 | 77 | 45 | 0 | 41 | 77 | 177 | 27 | 36 |
Binary | 111011 | 1011110 | 111111 | 100101 | 0 | 100001 | 111111 | 1111111 | 10111 | 11110 |
Color Harmonies of #3B5E3F
Complementary color
Monochromatic Colors of #3B5E3F
Black with #3B5E3F
Text Example
Text Example
White with #3B5E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5E3F; }
p { color: rgb(59,94,63); }
H1.HeaderClassName
{
color: #3B5E3F;
}
.AnyTagClassName
{
color: #3B5E3F;
}
</style>
background-color css
<style>
a { background-color: #3B5E3F; }
a { background-color: rgb(59,94,63); }
div.DivClassName
{
background-color: #3B5E3F;
}
.BgClassName
{
background-color: #3B5E3F;
}
</style>
border-color css
<style>
span { border-color: #3B5E3F; }
span { border-color: rgb(59,94,63); }
td.TdClassName
{
border-color: #3B5E3F;
}
.TagClassName
{
border-color: #3B5E3F;
}
</style>