Shades of Green Leaf #466A17
Tints of Green Leaf #466A17
RGB
CMYK
RGB Variations
Color information
#466A17 (or 0x466A17) is known color: Green Leaf. HEX triplet: 46, 6A and 17. RGB value is (70,106,23). Sum of RGB (Red+Green+Blue) = 70+106+23=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #466A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466A17 is #B995E8. Grayscale: #565656. Windows color (decimal): -12162537 or 1534534. OLE color: 1534534.
HSL color Cylindrical-coordinate representation of color #466A17: hue angle of 86.02º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #466A17 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 23 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.58 |
| HSL | 86.02º | 0.64% | 0.25% | - |
| HSV(B) | 86.02º | 0.78% | 0.42% | - |
| XYZ | 7.83 | 11.67 | 2.65 | - |
| YUV | 85.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 23 | 0.34 | 0 | 0.78 | 0.58 | 86.02 | 0.64 | 0.25 |
| Hex | 46 | 6A | 17 | 22 | 0 | 4E | 3A | 56 | 40 | 19 |
| Octal | 106 | 152 | 27 | 42 | 0 | 116 | 72 | 126 | 100 | 31 |
| Binary | 1000110 | 1101010 | 10111 | 100010 | 0 | 1001110 | 111010 | 1010110 | 1000000 | 11001 |
Color Harmonies of #466A17
Complementary color
Monochromatic Colors of #466A17
Black with #466A17
Text Example
Text Example
White with #466A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A17; }
p { color: rgb(70,106,23); }
H1.HeaderClassName
{
color: #466A17;
}
.AnyTagClassName
{
color: #466A17;
}
</style>
background-color css
<style>
a { background-color: #466A17; }
a { background-color: rgb(70,106,23); }
div.DivClassName
{
background-color: #466A17;
}
.BgClassName
{
background-color: #466A17;
}
</style>
border-color css
<style>
span { border-color: #466A17; }
span { border-color: rgb(70,106,23); }
td.TdClassName
{
border-color: #466A17;
}
.TagClassName
{
border-color: #466A17;
}
</style>