Shades of Hunter Green #3F5A43
Tints of Hunter Green #3F5A43
RGB
CMYK
RGB Variations
Color information
#3F5A43 (or 0x3F5A43) is known color: Hunter Green. HEX triplet: 3F, 5A and 43. RGB value is (63,90,67). Sum of RGB (Red+Green+Blue) = 63+90+67=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5A43 is #C0A5BC. Grayscale: #4F4F4F. Windows color (decimal): -12625341 or 4414015. OLE color: 4414015.
HSL color Cylindrical-coordinate representation of color #3F5A43: hue angle of 128.89º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F5A43 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 90 | 67 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.65 |
| HSL | 128.89º | 0.18% | 0.3% | - |
| HSV(B) | 128.89º | 0.3% | 0.35% | - |
| XYZ | 6.72 | 8.77 | 6.65 | - |
| YUV | 79.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 90 | 67 | 0.30 | 0 | 0.26 | 0.65 | 128.89 | 0.18 | 0.3 |
| Hex | 3F | 5A | 43 | 1E | 0 | 1A | 41 | 81 | 12 | 1E |
| Octal | 77 | 132 | 103 | 36 | 0 | 32 | 101 | 201 | 22 | 36 |
| Binary | 111111 | 1011010 | 1000011 | 11110 | 0 | 11010 | 1000001 | 10000001 | 10010 | 11110 |
Color Harmonies of #3F5A43
Complementary color
Monochromatic Colors of #3F5A43
Black with #3F5A43
Text Example
Text Example
White with #3F5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5A43; }
p { color: rgb(63,90,67); }
H1.HeaderClassName
{
color: #3F5A43;
}
.AnyTagClassName
{
color: #3F5A43;
}
</style>
background-color css
<style>
a { background-color: #3F5A43; }
a { background-color: rgb(63,90,67); }
div.DivClassName
{
background-color: #3F5A43;
}
.BgClassName
{
background-color: #3F5A43;
}
</style>
border-color css
<style>
span { border-color: #3F5A43; }
span { border-color: rgb(63,90,67); }
td.TdClassName
{
border-color: #3F5A43;
}
.TagClassName
{
border-color: #3F5A43;
}
</style>