Shades of Green Leaf #46721E
Tints of Green Leaf #46721E
RGB
CMYK
RGB Variations
Color information
#46721E (or 0x46721E) is known color: Green Leaf. HEX triplet: 46, 72 and 1E. RGB value is (70,114,30). Sum of RGB (Red+Green+Blue) = 70+114+30=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #46721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46721E is #B98DE1. Grayscale: #5B5B5B. Windows color (decimal): -12160482 or 1995334. OLE color: 1995334.
HSL color Cylindrical-coordinate representation of color #46721E: hue angle of 91.43º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46721E is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 114 | 30 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.55 |
| HSL | 91.43º | 0.58% | 0.28% | - |
| HSV(B) | 91.43º | 0.74% | 0.45% | - |
| XYZ | 8.78 | 13.43 | 3.36 | - |
| YUV | 91.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 30 | 0.39 | 0 | 0.74 | 0.55 | 91.43 | 0.58 | 0.28 |
| Hex | 46 | 72 | 1E | 27 | 0 | 4A | 37 | 5B | 3A | 1C |
| Octal | 106 | 162 | 36 | 47 | 0 | 112 | 67 | 133 | 72 | 34 |
| Binary | 1000110 | 1110010 | 11110 | 100111 | 0 | 1001010 | 110111 | 1011011 | 111010 | 11100 |
Color Harmonies of #46721E
Complementary color
Monochromatic Colors of #46721E
Black with #46721E
Text Example
Text Example
White with #46721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46721E; }
p { color: rgb(70,114,30); }
H1.HeaderClassName
{
color: #46721E;
}
.AnyTagClassName
{
color: #46721E;
}
</style>
background-color css
<style>
a { background-color: #46721E; }
a { background-color: rgb(70,114,30); }
div.DivClassName
{
background-color: #46721E;
}
.BgClassName
{
background-color: #46721E;
}
</style>
border-color css
<style>
span { border-color: #46721E; }
span { border-color: rgb(70,114,30); }
td.TdClassName
{
border-color: #46721E;
}
.TagClassName
{
border-color: #46721E;
}
</style>