Shades of Green Leaf #467211
Tints of Green Leaf #467211
RGB
CMYK
RGB Variations
Color information
#467211 (or 0x467211) is known color: Green Leaf. HEX triplet: 46, 72 and 11. RGB value is (70,114,17). Sum of RGB (Red+Green+Blue) = 70+114+17=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #467211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467211 is #B98DEE. Grayscale: #5A5A5A. Windows color (decimal): -12160495 or 1143366. OLE color: 1143366.
HSL color Cylindrical-coordinate representation of color #467211: hue angle of 87.22º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #467211 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 114 | 17 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.55 |
| HSL | 87.22º | 0.74% | 0.26% | - |
| HSV(B) | 87.22º | 0.85% | 0.45% | - |
| XYZ | 8.64 | 13.38 | 2.66 | - |
| YUV | 89.79 | 86.92 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 17 | 0.39 | 0 | 0.85 | 0.55 | 87.22 | 0.74 | 0.26 |
| Hex | 46 | 72 | 11 | 27 | 0 | 55 | 37 | 57 | 4A | 1A |
| Octal | 106 | 162 | 21 | 47 | 0 | 125 | 67 | 127 | 112 | 32 |
| Binary | 1000110 | 1110010 | 10001 | 100111 | 0 | 1010101 | 110111 | 1010111 | 1001010 | 11010 |
Color Harmonies of #467211
Complementary color
Monochromatic Colors of #467211
Black with #467211
Text Example
Text Example
White with #467211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467211; }
p { color: rgb(70,114,17); }
H1.HeaderClassName
{
color: #467211;
}
.AnyTagClassName
{
color: #467211;
}
</style>
background-color css
<style>
a { background-color: #467211; }
a { background-color: rgb(70,114,17); }
div.DivClassName
{
background-color: #467211;
}
.BgClassName
{
background-color: #467211;
}
</style>
border-color css
<style>
span { border-color: #467211; }
span { border-color: rgb(70,114,17); }
td.TdClassName
{
border-color: #467211;
}
.TagClassName
{
border-color: #467211;
}
</style>