Shades of Green Leaf #447214
Tints of Green Leaf #447214
RGB
CMYK
RGB Variations
Color information
#447214 (or 0x447214) is known color: Green Leaf. HEX triplet: 44, 72 and 14. RGB value is (68,114,20). Sum of RGB (Red+Green+Blue) = 68+114+20=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #447214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447214 is #BB8DEB. Grayscale: #595959. Windows color (decimal): -12291564 or 1339972. OLE color: 1339972.
HSL color Cylindrical-coordinate representation of color #447214: hue angle of 89.36º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #447214 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 114 | 20 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.55 |
| HSL | 89.36º | 0.7% | 0.26% | - |
| HSV(B) | 89.36º | 0.82% | 0.45% | - |
| XYZ | 8.53 | 13.31 | 2.78 | - |
| YUV | 89.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 20 | 0.40 | 0 | 0.82 | 0.55 | 89.36 | 0.7 | 0.26 |
| Hex | 44 | 72 | 14 | 28 | 0 | 52 | 37 | 59 | 46 | 1A |
| Octal | 104 | 162 | 24 | 50 | 0 | 122 | 67 | 131 | 106 | 32 |
| Binary | 1000100 | 1110010 | 10100 | 101000 | 0 | 1010010 | 110111 | 1011001 | 1000110 | 11010 |
Color Harmonies of #447214
Complementary color
Monochromatic Colors of #447214
Black with #447214
Text Example
Text Example
White with #447214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447214; }
p { color: rgb(68,114,20); }
H1.HeaderClassName
{
color: #447214;
}
.AnyTagClassName
{
color: #447214;
}
</style>
background-color css
<style>
a { background-color: #447214; }
a { background-color: rgb(68,114,20); }
div.DivClassName
{
background-color: #447214;
}
.BgClassName
{
background-color: #447214;
}
</style>
border-color css
<style>
span { border-color: #447214; }
span { border-color: rgb(68,114,20); }
td.TdClassName
{
border-color: #447214;
}
.TagClassName
{
border-color: #447214;
}
</style>