Shades of Green Leaf #467415
Tints of Green Leaf #467415
RGB
CMYK
RGB Variations
Color information
#467415 (or 0x467415) is known color: Green Leaf. HEX triplet: 46, 74 and 15. RGB value is (70,116,21). Sum of RGB (Red+Green+Blue) = 70+116+21=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #467415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467415 is #B98BEA. Grayscale: #5B5B5B. Windows color (decimal): -12159979 or 1406022. OLE color: 1406022.
HSL color Cylindrical-coordinate representation of color #467415: hue angle of 89.05º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #467415 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 21 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.55 |
| HSL | 89.05º | 0.69% | 0.27% | - |
| HSV(B) | 89.05º | 0.82% | 0.45% | - |
| XYZ | 8.91 | 13.85 | 2.91 | - |
| YUV | 91.42 | 88.26 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 21 | 0.40 | 0 | 0.82 | 0.55 | 89.05 | 0.69 | 0.27 |
| Hex | 46 | 74 | 15 | 28 | 0 | 52 | 37 | 59 | 45 | 1B |
| Octal | 106 | 164 | 25 | 50 | 0 | 122 | 67 | 131 | 105 | 33 |
| Binary | 1000110 | 1110100 | 10101 | 101000 | 0 | 1010010 | 110111 | 1011001 | 1000101 | 11011 |
Color Harmonies of #467415
Complementary color
Monochromatic Colors of #467415
Black with #467415
Text Example
Text Example
White with #467415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467415; }
p { color: rgb(70,116,21); }
H1.HeaderClassName
{
color: #467415;
}
.AnyTagClassName
{
color: #467415;
}
</style>
background-color css
<style>
a { background-color: #467415; }
a { background-color: rgb(70,116,21); }
div.DivClassName
{
background-color: #467415;
}
.BgClassName
{
background-color: #467415;
}
</style>
border-color css
<style>
span { border-color: #467415; }
span { border-color: rgb(70,116,21); }
td.TdClassName
{
border-color: #467415;
}
.TagClassName
{
border-color: #467415;
}
</style>