Shades of Green Leaf #447013
Tints of Green Leaf #447013
RGB
CMYK
RGB Variations
Color information
#447013 (or 0x447013) is known color: Green Leaf. HEX triplet: 44, 70 and 13. RGB value is (68,112,19). Sum of RGB (Red+Green+Blue) = 68+112+19=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #447013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447013 is #BB8FEC. Grayscale: #585858. Windows color (decimal): -12292077 or 1273924. OLE color: 1273924.
HSL color Cylindrical-coordinate representation of color #447013: hue angle of 88.39º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #447013 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 112 | 19 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.56 |
| HSL | 88.39º | 0.71% | 0.26% | - |
| HSV(B) | 88.39º | 0.83% | 0.44% | - |
| XYZ | 8.3 | 12.86 | 2.66 | - |
| YUV | 88.24 | 88.92 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 19 | 0.39 | 0 | 0.83 | 0.56 | 88.39 | 0.71 | 0.26 |
| Hex | 44 | 70 | 13 | 27 | 0 | 53 | 38 | 58 | 47 | 1A |
| Octal | 104 | 160 | 23 | 47 | 0 | 123 | 70 | 130 | 107 | 32 |
| Binary | 1000100 | 1110000 | 10011 | 100111 | 0 | 1010011 | 111000 | 1011000 | 1000111 | 11010 |
Color Harmonies of #447013
Complementary color
Monochromatic Colors of #447013
Black with #447013
Text Example
Text Example
White with #447013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447013; }
p { color: rgb(68,112,19); }
H1.HeaderClassName
{
color: #447013;
}
.AnyTagClassName
{
color: #447013;
}
</style>
background-color css
<style>
a { background-color: #447013; }
a { background-color: rgb(68,112,19); }
div.DivClassName
{
background-color: #447013;
}
.BgClassName
{
background-color: #447013;
}
</style>
border-color css
<style>
span { border-color: #447013; }
span { border-color: rgb(68,112,19); }
td.TdClassName
{
border-color: #447013;
}
.TagClassName
{
border-color: #447013;
}
</style>