Shades of Green Leaf #467409
Tints of Green Leaf #467409
RGB
CMYK
RGB Variations
Color information
#467409 (or 0x467409) is known color: Green Leaf. HEX triplet: 46, 74 and 09. RGB value is (70,116,9). Sum of RGB (Red+Green+Blue) = 70+116+9=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #467409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467409 is #B98BF6. Grayscale: #5A5A5A. Windows color (decimal): -12159991 or 619590. OLE color: 619590.
HSL color Cylindrical-coordinate representation of color #467409: hue angle of 85.79º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #467409 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 9 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.55 |
| HSL | 85.79º | 0.86% | 0.25% | - |
| HSV(B) | 85.79º | 0.92% | 0.45% | - |
| XYZ | 8.82 | 13.81 | 2.46 | - |
| YUV | 90.05 | 82.26 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 9 | 0.40 | 0 | 0.92 | 0.55 | 85.79 | 0.86 | 0.25 |
| Hex | 46 | 74 | 9 | 28 | 0 | 5C | 37 | 56 | 56 | 19 |
| Octal | 106 | 164 | 11 | 50 | 0 | 134 | 67 | 126 | 126 | 31 |
| Binary | 1000110 | 1110100 | 1001 | 101000 | 0 | 1011100 | 110111 | 1010110 | 1010110 | 11001 |
Color Harmonies of #467409
Complementary color
Monochromatic Colors of #467409
Black with #467409
Text Example
Text Example
White with #467409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467409; }
p { color: rgb(70,116,9); }
H1.HeaderClassName
{
color: #467409;
}
.AnyTagClassName
{
color: #467409;
}
</style>
background-color css
<style>
a { background-color: #467409; }
a { background-color: rgb(70,116,9); }
div.DivClassName
{
background-color: #467409;
}
.BgClassName
{
background-color: #467409;
}
</style>
border-color css
<style>
span { border-color: #467409; }
span { border-color: rgb(70,116,9); }
td.TdClassName
{
border-color: #467409;
}
.TagClassName
{
border-color: #467409;
}
</style>