Shades of Green Leaf #44710C
Tints of Green Leaf #44710C
RGB
CMYK
RGB Variations
Color information
#44710C (or 0x44710C) is known color: Green Leaf. HEX triplet: 44, 71 and 0C. RGB value is (68,113,12). Sum of RGB (Red+Green+Blue) = 68+113+12=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #44710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44710C is #BB8EF3. Grayscale: #585858. Windows color (decimal): -12291828 or 815428. OLE color: 815428.
HSL color Cylindrical-coordinate representation of color #44710C: hue angle of 86.73º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44710C is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 113 | 12 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.56 |
| HSL | 86.73º | 0.81% | 0.25% | - |
| HSV(B) | 86.73º | 0.89% | 0.44% | - |
| XYZ | 8.36 | 13.07 | 2.43 | - |
| YUV | 88.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 12 | 0.40 | 0 | 0.89 | 0.56 | 86.73 | 0.81 | 0.25 |
| Hex | 44 | 71 | C | 28 | 0 | 59 | 38 | 57 | 51 | 19 |
| Octal | 104 | 161 | 14 | 50 | 0 | 131 | 70 | 127 | 121 | 31 |
| Binary | 1000100 | 1110001 | 1100 | 101000 | 0 | 1011001 | 111000 | 1010111 | 1010001 | 11001 |
Color Harmonies of #44710C
Complementary color
Monochromatic Colors of #44710C
Black with #44710C
Text Example
Text Example
White with #44710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44710C; }
p { color: rgb(68,113,12); }
H1.HeaderClassName
{
color: #44710C;
}
.AnyTagClassName
{
color: #44710C;
}
</style>
background-color css
<style>
a { background-color: #44710C; }
a { background-color: rgb(68,113,12); }
div.DivClassName
{
background-color: #44710C;
}
.BgClassName
{
background-color: #44710C;
}
</style>
border-color css
<style>
span { border-color: #44710C; }
span { border-color: rgb(68,113,12); }
td.TdClassName
{
border-color: #44710C;
}
.TagClassName
{
border-color: #44710C;
}
</style>