Shades of Green Leaf #466B18
Tints of Green Leaf #466B18
RGB
CMYK
RGB Variations
Color information
#466B18 (or 0x466B18) is known color: Green Leaf. HEX triplet: 46, 6B and 18. RGB value is (70,107,24). Sum of RGB (Red+Green+Blue) = 70+107+24=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #466B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466B18 is #B994E7. Grayscale: #565656. Windows color (decimal): -12162280 or 1600326. OLE color: 1600326.
HSL color Cylindrical-coordinate representation of color #466B18: hue angle of 86.75º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #466B18 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 24 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.58 |
| HSL | 86.75º | 0.63% | 0.26% | - |
| HSV(B) | 86.75º | 0.78% | 0.42% | - |
| XYZ | 7.95 | 11.88 | 2.74 | - |
| YUV | 86.48 | 92.74 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 24 | 0.35 | 0 | 0.78 | 0.58 | 86.75 | 0.63 | 0.26 |
| Hex | 46 | 6B | 18 | 23 | 0 | 4E | 3A | 57 | 3F | 1A |
| Octal | 106 | 153 | 30 | 43 | 0 | 116 | 72 | 127 | 77 | 32 |
| Binary | 1000110 | 1101011 | 11000 | 100011 | 0 | 1001110 | 111010 | 1010111 | 111111 | 11010 |
Color Harmonies of #466B18
Complementary color
Monochromatic Colors of #466B18
Black with #466B18
Text Example
Text Example
White with #466B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B18; }
p { color: rgb(70,107,24); }
H1.HeaderClassName
{
color: #466B18;
}
.AnyTagClassName
{
color: #466B18;
}
</style>
background-color css
<style>
a { background-color: #466B18; }
a { background-color: rgb(70,107,24); }
div.DivClassName
{
background-color: #466B18;
}
.BgClassName
{
background-color: #466B18;
}
</style>
border-color css
<style>
span { border-color: #466B18; }
span { border-color: rgb(70,107,24); }
td.TdClassName
{
border-color: #466B18;
}
.TagClassName
{
border-color: #466B18;
}
</style>