Shades of Green Leaf #467117
Tints of Green Leaf #467117
RGB
CMYK
RGB Variations
Color information
#467117 (or 0x467117) is known color: Green Leaf. HEX triplet: 46, 71 and 17. RGB value is (70,113,23). Sum of RGB (Red+Green+Blue) = 70+113+23=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #467117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467117 is #B98EE8. Grayscale: #5A5A5A. Windows color (decimal): -12160745 or 1536326. OLE color: 1536326.
HSL color Cylindrical-coordinate representation of color #467117: hue angle of 88.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #467117 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 23 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.56 |
| HSL | 88.67º | 0.66% | 0.27% | - |
| HSV(B) | 88.67º | 0.8% | 0.44% | - |
| XYZ | 8.59 | 13.17 | 2.9 | - |
| YUV | 89.88 | 90.25 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 23 | 0.38 | 0 | 0.80 | 0.56 | 88.67 | 0.66 | 0.27 |
| Hex | 46 | 71 | 17 | 26 | 0 | 50 | 38 | 59 | 42 | 1B |
| Octal | 106 | 161 | 27 | 46 | 0 | 120 | 70 | 131 | 102 | 33 |
| Binary | 1000110 | 1110001 | 10111 | 100110 | 0 | 1010000 | 111000 | 1011001 | 1000010 | 11011 |
Color Harmonies of #467117
Complementary color
Monochromatic Colors of #467117
Black with #467117
Text Example
Text Example
White with #467117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467117; }
p { color: rgb(70,113,23); }
H1.HeaderClassName
{
color: #467117;
}
.AnyTagClassName
{
color: #467117;
}
</style>
background-color css
<style>
a { background-color: #467117; }
a { background-color: rgb(70,113,23); }
div.DivClassName
{
background-color: #467117;
}
.BgClassName
{
background-color: #467117;
}
</style>
border-color css
<style>
span { border-color: #467117; }
span { border-color: rgb(70,113,23); }
td.TdClassName
{
border-color: #467117;
}
.TagClassName
{
border-color: #467117;
}
</style>