Shades of Green Leaf #44710B
Tints of Green Leaf #44710B
RGB
CMYK
RGB Variations
Color information
#44710B (or 0x44710B) is known color: Green Leaf. HEX triplet: 44, 71 and 0B. RGB value is (68,113,11). Sum of RGB (Red+Green+Blue) = 68+113+11=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #44710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44710B is #BB8EF4. Grayscale: #585858. Windows color (decimal): -12291829 or 749892. OLE color: 749892.
HSL color Cylindrical-coordinate representation of color #44710B: hue angle of 86.47º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44710B is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 113 | 11 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.56 |
| HSL | 86.47º | 0.82% | 0.24% | - |
| HSV(B) | 86.47º | 0.9% | 0.44% | - |
| XYZ | 8.35 | 13.06 | 2.4 | - |
| YUV | 87.92 | 84.59 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 11 | 0.40 | 0 | 0.90 | 0.56 | 86.47 | 0.82 | 0.24 |
| Hex | 44 | 71 | B | 28 | 0 | 5A | 38 | 56 | 52 | 18 |
| Octal | 104 | 161 | 13 | 50 | 0 | 132 | 70 | 126 | 122 | 30 |
| Binary | 1000100 | 1110001 | 1011 | 101000 | 0 | 1011010 | 111000 | 1010110 | 1010010 | 11000 |
Color Harmonies of #44710B
Complementary color
Monochromatic Colors of #44710B
Black with #44710B
Text Example
Text Example
White with #44710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44710B; }
p { color: rgb(68,113,11); }
H1.HeaderClassName
{
color: #44710B;
}
.AnyTagClassName
{
color: #44710B;
}
</style>
background-color css
<style>
a { background-color: #44710B; }
a { background-color: rgb(68,113,11); }
div.DivClassName
{
background-color: #44710B;
}
.BgClassName
{
background-color: #44710B;
}
</style>
border-color css
<style>
span { border-color: #44710B; }
span { border-color: rgb(68,113,11); }
td.TdClassName
{
border-color: #44710B;
}
.TagClassName
{
border-color: #44710B;
}
</style>