Shades of Green Leaf #416C14
Tints of Green Leaf #416C14
RGB
CMYK
RGB Variations
Color information
#416C14 (or 0x416C14) is known color: Green Leaf. HEX triplet: 41, 6C and 14. RGB value is (65,108,20). Sum of RGB (Red+Green+Blue) = 65+108+20=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #416C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416C14 is #BE93EB. Grayscale: #555555. Windows color (decimal): -12489708 or 1338433. OLE color: 1338433.
HSL color Cylindrical-coordinate representation of color #416C14: hue angle of 89.32º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #416C14 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 20 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.58 |
| HSL | 89.32º | 0.69% | 0.25% | - |
| HSV(B) | 89.32º | 0.81% | 0.42% | - |
| XYZ | 7.67 | 11.9 | 2.55 | - |
| YUV | 85.11 | 91.25 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 20 | 0.40 | 0 | 0.81 | 0.58 | 89.32 | 0.69 | 0.25 |
| Hex | 41 | 6C | 14 | 28 | 0 | 51 | 3A | 59 | 45 | 19 |
| Octal | 101 | 154 | 24 | 50 | 0 | 121 | 72 | 131 | 105 | 31 |
| Binary | 1000001 | 1101100 | 10100 | 101000 | 0 | 1010001 | 111010 | 1011001 | 1000101 | 11001 |
Color Harmonies of #416C14
Complementary color
Monochromatic Colors of #416C14
Black with #416C14
Text Example
Text Example
White with #416C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C14; }
p { color: rgb(65,108,20); }
H1.HeaderClassName
{
color: #416C14;
}
.AnyTagClassName
{
color: #416C14;
}
</style>
background-color css
<style>
a { background-color: #416C14; }
a { background-color: rgb(65,108,20); }
div.DivClassName
{
background-color: #416C14;
}
.BgClassName
{
background-color: #416C14;
}
</style>
border-color css
<style>
span { border-color: #416C14; }
span { border-color: rgb(65,108,20); }
td.TdClassName
{
border-color: #416C14;
}
.TagClassName
{
border-color: #416C14;
}
</style>