Shades of Green Leaf #466B15
Tints of Green Leaf #466B15
RGB
CMYK
RGB Variations
Color information
#466B15 (or 0x466B15) is known color: Green Leaf. HEX triplet: 46, 6B and 15. RGB value is (70,107,21). Sum of RGB (Red+Green+Blue) = 70+107+21=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #466B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466B15 is #B994EA. Grayscale: #565656. Windows color (decimal): -12162283 or 1403718. OLE color: 1403718.
HSL color Cylindrical-coordinate representation of color #466B15: hue angle of 85.81º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #466B15 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 21 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.58 |
| HSL | 85.81º | 0.67% | 0.25% | - |
| HSV(B) | 85.81º | 0.8% | 0.42% | - |
| XYZ | 7.92 | 11.87 | 2.58 | - |
| YUV | 86.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 21 | 0.35 | 0 | 0.80 | 0.58 | 85.81 | 0.67 | 0.25 |
| Hex | 46 | 6B | 15 | 23 | 0 | 50 | 3A | 56 | 43 | 19 |
| Octal | 106 | 153 | 25 | 43 | 0 | 120 | 72 | 126 | 103 | 31 |
| Binary | 1000110 | 1101011 | 10101 | 100011 | 0 | 1010000 | 111010 | 1010110 | 1000011 | 11001 |
Color Harmonies of #466B15
Complementary color
Monochromatic Colors of #466B15
Black with #466B15
Text Example
Text Example
White with #466B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B15; }
p { color: rgb(70,107,21); }
H1.HeaderClassName
{
color: #466B15;
}
.AnyTagClassName
{
color: #466B15;
}
</style>
background-color css
<style>
a { background-color: #466B15; }
a { background-color: rgb(70,107,21); }
div.DivClassName
{
background-color: #466B15;
}
.BgClassName
{
background-color: #466B15;
}
</style>
border-color css
<style>
span { border-color: #466B15; }
span { border-color: rgb(70,107,21); }
td.TdClassName
{
border-color: #466B15;
}
.TagClassName
{
border-color: #466B15;
}
</style>