Shades of Green Leaf #44740D
Tints of Green Leaf #44740D
RGB
CMYK
RGB Variations
Color information
#44740D (or 0x44740D) is known color: Green Leaf. HEX triplet: 44, 74 and 0D. RGB value is (68,116,13). Sum of RGB (Red+Green+Blue) = 68+116+13=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #44740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44740D is #BB8BF2. Grayscale: #5A5A5A. Windows color (decimal): -12291059 or 881732. OLE color: 881732.
HSL color Cylindrical-coordinate representation of color #44740D: hue angle of 87.96º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44740D is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 116 | 13 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.55 |
| HSL | 87.96º | 0.8% | 0.25% | - |
| HSV(B) | 87.96º | 0.89% | 0.45% | - |
| XYZ | 8.7 | 13.75 | 2.58 | - |
| YUV | 89.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 13 | 0.41 | 0 | 0.89 | 0.55 | 87.96 | 0.8 | 0.25 |
| Hex | 44 | 74 | D | 29 | 0 | 59 | 37 | 58 | 50 | 19 |
| Octal | 104 | 164 | 15 | 51 | 0 | 131 | 67 | 130 | 120 | 31 |
| Binary | 1000100 | 1110100 | 1101 | 101001 | 0 | 1011001 | 110111 | 1011000 | 1010000 | 11001 |
Color Harmonies of #44740D
Complementary color
Monochromatic Colors of #44740D
Black with #44740D
Text Example
Text Example
White with #44740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44740D; }
p { color: rgb(68,116,13); }
H1.HeaderClassName
{
color: #44740D;
}
.AnyTagClassName
{
color: #44740D;
}
</style>
background-color css
<style>
a { background-color: #44740D; }
a { background-color: rgb(68,116,13); }
div.DivClassName
{
background-color: #44740D;
}
.BgClassName
{
background-color: #44740D;
}
</style>
border-color css
<style>
span { border-color: #44740D; }
span { border-color: rgb(68,116,13); }
td.TdClassName
{
border-color: #44740D;
}
.TagClassName
{
border-color: #44740D;
}
</style>