Shades of Green Leaf #467407
Tints of Green Leaf #467407
RGB
CMYK
RGB Variations
Color information
#467407 (or 0x467407) is known color: Green Leaf. HEX triplet: 46, 74 and 07. RGB value is (70,116,7). Sum of RGB (Red+Green+Blue) = 70+116+7=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #467407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467407 is #B98BF8. Grayscale: #5A5A5A. Windows color (decimal): -12159993 or 488518. OLE color: 488518.
HSL color Cylindrical-coordinate representation of color #467407: hue angle of 85.32º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #467407 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 7 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.55 |
| HSL | 85.32º | 0.89% | 0.24% | - |
| HSV(B) | 85.32º | 0.94% | 0.45% | - |
| XYZ | 8.81 | 13.81 | 2.4 | - |
| YUV | 89.82 | 81.26 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 7 | 0.40 | 0 | 0.94 | 0.55 | 85.32 | 0.89 | 0.24 |
| Hex | 46 | 74 | 7 | 28 | 0 | 5E | 37 | 55 | 59 | 18 |
| Octal | 106 | 164 | 7 | 50 | 0 | 136 | 67 | 125 | 131 | 30 |
| Binary | 1000110 | 1110100 | 111 | 101000 | 0 | 1011110 | 110111 | 1010101 | 1011001 | 11000 |
Color Harmonies of #467407
Complementary color
Monochromatic Colors of #467407
Black with #467407
Text Example
Text Example
White with #467407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467407; }
p { color: rgb(70,116,7); }
H1.HeaderClassName
{
color: #467407;
}
.AnyTagClassName
{
color: #467407;
}
</style>
background-color css
<style>
a { background-color: #467407; }
a { background-color: rgb(70,116,7); }
div.DivClassName
{
background-color: #467407;
}
.BgClassName
{
background-color: #467407;
}
</style>
border-color css
<style>
span { border-color: #467407; }
span { border-color: rgb(70,116,7); }
td.TdClassName
{
border-color: #467407;
}
.TagClassName
{
border-color: #467407;
}
</style>