Shades of Hunter Green #3F6A43
Tints of Hunter Green #3F6A43
RGB
CMYK
RGB Variations
Color information
#3F6A43 (or 0x3F6A43) is known color: Hunter Green. HEX triplet: 3F, 6A and 43. RGB value is (63,106,67). Sum of RGB (Red+Green+Blue) = 63+106+67=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6A43 is #C095BC. Grayscale: #585858. Windows color (decimal): -12621245 or 4418111. OLE color: 4418111.
HSL color Cylindrical-coordinate representation of color #3F6A43: hue angle of 125.58º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6A43 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 106 | 67 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.58 |
| HSL | 125.58º | 0.25% | 0.33% | - |
| HSV(B) | 125.58º | 0.41% | 0.42% | - |
| XYZ | 8.22 | 11.77 | 7.15 | - |
| YUV | 88.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 106 | 67 | 0.41 | 0 | 0.37 | 0.58 | 125.58 | 0.25 | 0.33 |
| Hex | 3F | 6A | 43 | 29 | 0 | 25 | 3A | 7E | 19 | 21 |
| Octal | 77 | 152 | 103 | 51 | 0 | 45 | 72 | 176 | 31 | 41 |
| Binary | 111111 | 1101010 | 1000011 | 101001 | 0 | 100101 | 111010 | 1111110 | 11001 | 100001 |
Color Harmonies of #3F6A43
Complementary color
Monochromatic Colors of #3F6A43
Black with #3F6A43
Text Example
Text Example
White with #3F6A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6A43; }
p { color: rgb(63,106,67); }
H1.HeaderClassName
{
color: #3F6A43;
}
.AnyTagClassName
{
color: #3F6A43;
}
</style>
background-color css
<style>
a { background-color: #3F6A43; }
a { background-color: rgb(63,106,67); }
div.DivClassName
{
background-color: #3F6A43;
}
.BgClassName
{
background-color: #3F6A43;
}
</style>
border-color css
<style>
span { border-color: #3F6A43; }
span { border-color: rgb(63,106,67); }
td.TdClassName
{
border-color: #3F6A43;
}
.TagClassName
{
border-color: #3F6A43;
}
</style>