Shades of Green Leaf #466A14
Tints of Green Leaf #466A14
RGB
CMYK
RGB Variations
Color information
#466A14 (or 0x466A14) is known color: Green Leaf. HEX triplet: 46, 6A and 14. RGB value is (70,106,20). Sum of RGB (Red+Green+Blue) = 70+106+20=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #466A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466A14 is #B995EB. Grayscale: #555555. Windows color (decimal): -12162540 or 1337926. OLE color: 1337926.
HSL color Cylindrical-coordinate representation of color #466A14: hue angle of 85.12º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #466A14 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 20 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.58 |
| HSL | 85.12º | 0.68% | 0.25% | - |
| HSV(B) | 85.12º | 0.81% | 0.42% | - |
| XYZ | 7.81 | 11.66 | 2.5 | - |
| YUV | 85.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 20 | 0.34 | 0 | 0.81 | 0.58 | 85.12 | 0.68 | 0.25 |
| Hex | 46 | 6A | 14 | 22 | 0 | 51 | 3A | 55 | 44 | 19 |
| Octal | 106 | 152 | 24 | 42 | 0 | 121 | 72 | 125 | 104 | 31 |
| Binary | 1000110 | 1101010 | 10100 | 100010 | 0 | 1010001 | 111010 | 1010101 | 1000100 | 11001 |
Color Harmonies of #466A14
Complementary color
Monochromatic Colors of #466A14
Black with #466A14
Text Example
Text Example
White with #466A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A14; }
p { color: rgb(70,106,20); }
H1.HeaderClassName
{
color: #466A14;
}
.AnyTagClassName
{
color: #466A14;
}
</style>
background-color css
<style>
a { background-color: #466A14; }
a { background-color: rgb(70,106,20); }
div.DivClassName
{
background-color: #466A14;
}
.BgClassName
{
background-color: #466A14;
}
</style>
border-color css
<style>
span { border-color: #466A14; }
span { border-color: rgb(70,106,20); }
td.TdClassName
{
border-color: #466A14;
}
.TagClassName
{
border-color: #466A14;
}
</style>