Shades of Green Leaf #466A11
Tints of Green Leaf #466A11
RGB
CMYK
RGB Variations
Color information
#466A11 (or 0x466A11) is known color: Green Leaf. HEX triplet: 46, 6A and 11. RGB value is (70,106,17). Sum of RGB (Red+Green+Blue) = 70+106+17=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 106 (41.80% from 255 or 54.92% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 106 - color contains mainly: green. Hex color #466A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466A11 is #B995EE. Grayscale: #555555. Windows color (decimal): -12162543 or 1141318. OLE color: 1141318.
HSL color Cylindrical-coordinate representation of color #466A11: hue angle of 84.27º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #466A11 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 17 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.58 |
| HSL | 84.27º | 0.72% | 0.24% | - |
| HSV(B) | 84.27º | 0.84% | 0.42% | - |
| XYZ | 7.78 | 11.65 | 2.37 | - |
| YUV | 85.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 17 | 0.34 | 0 | 0.84 | 0.58 | 84.27 | 0.72 | 0.24 |
| Hex | 46 | 6A | 11 | 22 | 0 | 54 | 3A | 54 | 48 | 18 |
| Octal | 106 | 152 | 21 | 42 | 0 | 124 | 72 | 124 | 110 | 30 |
| Binary | 1000110 | 1101010 | 10001 | 100010 | 0 | 1010100 | 111010 | 1010100 | 1001000 | 11000 |
Color Harmonies of #466A11
Complementary color
Monochromatic Colors of #466A11
Black with #466A11
Text Example
Text Example
White with #466A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A11; }
p { color: rgb(70,106,17); }
H1.HeaderClassName
{
color: #466A11;
}
.AnyTagClassName
{
color: #466A11;
}
</style>
background-color css
<style>
a { background-color: #466A11; }
a { background-color: rgb(70,106,17); }
div.DivClassName
{
background-color: #466A11;
}
.BgClassName
{
background-color: #466A11;
}
</style>
border-color css
<style>
span { border-color: #466A11; }
span { border-color: rgb(70,106,17); }
td.TdClassName
{
border-color: #466A11;
}
.TagClassName
{
border-color: #466A11;
}
</style>