Shades of Green Leaf #467114
Tints of Green Leaf #467114
RGB
CMYK
RGB Variations
Color information
#467114 (or 0x467114) is known color: Green Leaf. HEX triplet: 46, 71 and 14. RGB value is (70,113,20). Sum of RGB (Red+Green+Blue) = 70+113+20=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #467114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467114 is #B98EEB. Grayscale: #595959. Windows color (decimal): -12160748 or 1339718. OLE color: 1339718.
HSL color Cylindrical-coordinate representation of color #467114: hue angle of 87.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #467114 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 20 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.56 |
| HSL | 87.74º | 0.7% | 0.26% | - |
| HSV(B) | 87.74º | 0.82% | 0.44% | - |
| XYZ | 8.56 | 13.16 | 2.75 | - |
| YUV | 89.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 20 | 0.38 | 0 | 0.82 | 0.56 | 87.74 | 0.7 | 0.26 |
| Hex | 46 | 71 | 14 | 26 | 0 | 52 | 38 | 58 | 46 | 1A |
| Octal | 106 | 161 | 24 | 46 | 0 | 122 | 70 | 130 | 106 | 32 |
| Binary | 1000110 | 1110001 | 10100 | 100110 | 0 | 1010010 | 111000 | 1011000 | 1000110 | 11010 |
Color Harmonies of #467114
Complementary color
Monochromatic Colors of #467114
Black with #467114
Text Example
Text Example
White with #467114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467114; }
p { color: rgb(70,113,20); }
H1.HeaderClassName
{
color: #467114;
}
.AnyTagClassName
{
color: #467114;
}
</style>
background-color css
<style>
a { background-color: #467114; }
a { background-color: rgb(70,113,20); }
div.DivClassName
{
background-color: #467114;
}
.BgClassName
{
background-color: #467114;
}
</style>
border-color css
<style>
span { border-color: #467114; }
span { border-color: rgb(70,113,20); }
td.TdClassName
{
border-color: #467114;
}
.TagClassName
{
border-color: #467114;
}
</style>