Shades of Green Leaf #447114
Tints of Green Leaf #447114
RGB
CMYK
RGB Variations
Color information
#447114 (or 0x447114) is known color: Green Leaf. HEX triplet: 44, 71 and 14. RGB value is (68,113,20). Sum of RGB (Red+Green+Blue) = 68+113+20=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #447114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447114 is #BB8EEB. Grayscale: #595959. Windows color (decimal): -12291820 or 1339716. OLE color: 1339716.
HSL color Cylindrical-coordinate representation of color #447114: hue angle of 89.03º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #447114 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 113 | 20 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.56 |
| HSL | 89.03º | 0.7% | 0.26% | - |
| HSV(B) | 89.03º | 0.82% | 0.44% | - |
| XYZ | 8.42 | 13.09 | 2.74 | - |
| YUV | 88.94 | 89.09 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 20 | 0.40 | 0 | 0.82 | 0.56 | 89.03 | 0.7 | 0.26 |
| Hex | 44 | 71 | 14 | 28 | 0 | 52 | 38 | 59 | 46 | 1A |
| Octal | 104 | 161 | 24 | 50 | 0 | 122 | 70 | 131 | 106 | 32 |
| Binary | 1000100 | 1110001 | 10100 | 101000 | 0 | 1010010 | 111000 | 1011001 | 1000110 | 11010 |
Color Harmonies of #447114
Complementary color
Monochromatic Colors of #447114
Black with #447114
Text Example
Text Example
White with #447114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447114; }
p { color: rgb(68,113,20); }
H1.HeaderClassName
{
color: #447114;
}
.AnyTagClassName
{
color: #447114;
}
</style>
background-color css
<style>
a { background-color: #447114; }
a { background-color: rgb(68,113,20); }
div.DivClassName
{
background-color: #447114;
}
.BgClassName
{
background-color: #447114;
}
</style>
border-color css
<style>
span { border-color: #447114; }
span { border-color: rgb(68,113,20); }
td.TdClassName
{
border-color: #447114;
}
.TagClassName
{
border-color: #447114;
}
</style>