Shades of Green Leaf #467314
Tints of Green Leaf #467314
RGB
CMYK
RGB Variations
Color information
#467314 (or 0x467314) is known color: Green Leaf. HEX triplet: 46, 73 and 14. RGB value is (70,115,20). Sum of RGB (Red+Green+Blue) = 70+115+20=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #467314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467314 is #B98CEB. Grayscale: #5B5B5B. Windows color (decimal): -12160236 or 1340230. OLE color: 1340230.
HSL color Cylindrical-coordinate representation of color #467314: hue angle of 88.42º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #467314 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 20 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.55 |
| HSL | 88.42º | 0.7% | 0.26% | - |
| HSV(B) | 88.42º | 0.83% | 0.45% | - |
| XYZ | 8.78 | 13.61 | 2.83 | - |
| YUV | 90.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 20 | 0.39 | 0 | 0.83 | 0.55 | 88.42 | 0.7 | 0.26 |
| Hex | 46 | 73 | 14 | 27 | 0 | 53 | 37 | 58 | 46 | 1A |
| Octal | 106 | 163 | 24 | 47 | 0 | 123 | 67 | 130 | 106 | 32 |
| Binary | 1000110 | 1110011 | 10100 | 100111 | 0 | 1010011 | 110111 | 1011000 | 1000110 | 11010 |
Color Harmonies of #467314
Complementary color
Monochromatic Colors of #467314
Black with #467314
Text Example
Text Example
White with #467314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467314; }
p { color: rgb(70,115,20); }
H1.HeaderClassName
{
color: #467314;
}
.AnyTagClassName
{
color: #467314;
}
</style>
background-color css
<style>
a { background-color: #467314; }
a { background-color: rgb(70,115,20); }
div.DivClassName
{
background-color: #467314;
}
.BgClassName
{
background-color: #467314;
}
</style>
border-color css
<style>
span { border-color: #467314; }
span { border-color: rgb(70,115,20); }
td.TdClassName
{
border-color: #467314;
}
.TagClassName
{
border-color: #467314;
}
</style>