Shades of Green Leaf #44730E
Tints of Green Leaf #44730E
RGB
CMYK
RGB Variations
Color information
#44730E (or 0x44730E) is known color: Green Leaf. HEX triplet: 44, 73 and 0E. RGB value is (68,115,14). Sum of RGB (Red+Green+Blue) = 68+115+14=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #44730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44730E is #BB8CF1. Grayscale: #595959. Windows color (decimal): -12291314 or 947012. OLE color: 947012.
HSL color Cylindrical-coordinate representation of color #44730E: hue angle of 87.92º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44730E is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 115 | 14 | - |
| CMYK | 0.41 | 0 | 0.88 | 0.55 |
| HSL | 87.92º | 0.78% | 0.25% | - |
| HSV(B) | 87.92º | 0.88% | 0.45% | - |
| XYZ | 8.59 | 13.52 | 2.57 | - |
| YUV | 89.43 | 85.43 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 14 | 0.41 | 0 | 0.88 | 0.55 | 87.92 | 0.78 | 0.25 |
| Hex | 44 | 73 | E | 29 | 0 | 58 | 37 | 58 | 4E | 19 |
| Octal | 104 | 163 | 16 | 51 | 0 | 130 | 67 | 130 | 116 | 31 |
| Binary | 1000100 | 1110011 | 1110 | 101001 | 0 | 1011000 | 110111 | 1011000 | 1001110 | 11001 |
Color Harmonies of #44730E
Complementary color
Monochromatic Colors of #44730E
Black with #44730E
Text Example
Text Example
White with #44730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44730E; }
p { color: rgb(68,115,14); }
H1.HeaderClassName
{
color: #44730E;
}
.AnyTagClassName
{
color: #44730E;
}
</style>
background-color css
<style>
a { background-color: #44730E; }
a { background-color: rgb(68,115,14); }
div.DivClassName
{
background-color: #44730E;
}
.BgClassName
{
background-color: #44730E;
}
</style>
border-color css
<style>
span { border-color: #44730E; }
span { border-color: rgb(68,115,14); }
td.TdClassName
{
border-color: #44730E;
}
.TagClassName
{
border-color: #44730E;
}
</style>