Shades of Green Leaf #466F1E
Tints of Green Leaf #466F1E
RGB
CMYK
RGB Variations
Color information
#466F1E (or 0x466F1E) is known color: Green Leaf. HEX triplet: 46, 6F and 1E. RGB value is (70,111,30). Sum of RGB (Red+Green+Blue) = 70+111+30=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #466F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F1E is #B990E1. Grayscale: #595959. Windows color (decimal): -12161250 or 1994566. OLE color: 1994566.
HSL color Cylindrical-coordinate representation of color #466F1E: hue angle of 90.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #466F1E is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 30 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.56 |
| HSL | 90.37º | 0.57% | 0.28% | - |
| HSV(B) | 90.37º | 0.73% | 0.44% | - |
| XYZ | 8.44 | 12.76 | 3.25 | - |
| YUV | 89.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 30 | 0.37 | 0 | 0.73 | 0.56 | 90.37 | 0.57 | 0.28 |
| Hex | 46 | 6F | 1E | 25 | 0 | 49 | 38 | 5A | 39 | 1C |
| Octal | 106 | 157 | 36 | 45 | 0 | 111 | 70 | 132 | 71 | 34 |
| Binary | 1000110 | 1101111 | 11110 | 100101 | 0 | 1001001 | 111000 | 1011010 | 111001 | 11100 |
Color Harmonies of #466F1E
Complementary color
Monochromatic Colors of #466F1E
Black with #466F1E
Text Example
Text Example
White with #466F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F1E; }
p { color: rgb(70,111,30); }
H1.HeaderClassName
{
color: #466F1E;
}
.AnyTagClassName
{
color: #466F1E;
}
</style>
background-color css
<style>
a { background-color: #466F1E; }
a { background-color: rgb(70,111,30); }
div.DivClassName
{
background-color: #466F1E;
}
.BgClassName
{
background-color: #466F1E;
}
</style>
border-color css
<style>
span { border-color: #466F1E; }
span { border-color: rgb(70,111,30); }
td.TdClassName
{
border-color: #466F1E;
}
.TagClassName
{
border-color: #466F1E;
}
</style>