Shades of Green Leaf #447210
Tints of Green Leaf #447210
RGB
CMYK
RGB Variations
Color information
#447210 (or 0x447210) is known color: Green Leaf. HEX triplet: 44, 72 and 10. RGB value is (68,114,16). Sum of RGB (Red+Green+Blue) = 68+114+16=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #447210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447210 is #BB8DEF. Grayscale: #595959. Windows color (decimal): -12291568 or 1077828. OLE color: 1077828.
HSL color Cylindrical-coordinate representation of color #447210: hue angle of 88.16º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #447210 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 114 | 16 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.55 |
| HSL | 88.16º | 0.75% | 0.25% | - |
| HSV(B) | 88.16º | 0.86% | 0.45% | - |
| XYZ | 8.49 | 13.3 | 2.61 | - |
| YUV | 89.07 | 86.76 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 16 | 0.40 | 0 | 0.86 | 0.55 | 88.16 | 0.75 | 0.25 |
| Hex | 44 | 72 | 10 | 28 | 0 | 56 | 37 | 58 | 4B | 19 |
| Octal | 104 | 162 | 20 | 50 | 0 | 126 | 67 | 130 | 113 | 31 |
| Binary | 1000100 | 1110010 | 10000 | 101000 | 0 | 1010110 | 110111 | 1011000 | 1001011 | 11001 |
Color Harmonies of #447210
Complementary color
Monochromatic Colors of #447210
Black with #447210
Text Example
Text Example
White with #447210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447210; }
p { color: rgb(68,114,16); }
H1.HeaderClassName
{
color: #447210;
}
.AnyTagClassName
{
color: #447210;
}
</style>
background-color css
<style>
a { background-color: #447210; }
a { background-color: rgb(68,114,16); }
div.DivClassName
{
background-color: #447210;
}
.BgClassName
{
background-color: #447210;
}
</style>
border-color css
<style>
span { border-color: #447210; }
span { border-color: rgb(68,114,16); }
td.TdClassName
{
border-color: #447210;
}
.TagClassName
{
border-color: #447210;
}
</style>