Shades of Green Leaf #44700F
Tints of Green Leaf #44700F
RGB
CMYK
RGB Variations
Color information
#44700F (or 0x44700F) is known color: Green Leaf. HEX triplet: 44, 70 and 0F. RGB value is (68,112,15). Sum of RGB (Red+Green+Blue) = 68+112+15=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #44700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44700F is #BB8FF0. Grayscale: #585858. Windows color (decimal): -12292081 or 1011780. OLE color: 1011780.
HSL color Cylindrical-coordinate representation of color #44700F: hue angle of 87.22º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44700F is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 112 | 15 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.56 |
| HSL | 87.22º | 0.76% | 0.25% | - |
| HSV(B) | 87.22º | 0.87% | 0.44% | - |
| XYZ | 8.26 | 12.85 | 2.5 | - |
| YUV | 87.79 | 86.92 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 15 | 0.39 | 0 | 0.87 | 0.56 | 87.22 | 0.76 | 0.25 |
| Hex | 44 | 70 | F | 27 | 0 | 57 | 38 | 57 | 4C | 19 |
| Octal | 104 | 160 | 17 | 47 | 0 | 127 | 70 | 127 | 114 | 31 |
| Binary | 1000100 | 1110000 | 1111 | 100111 | 0 | 1010111 | 111000 | 1010111 | 1001100 | 11001 |
Color Harmonies of #44700F
Complementary color
Monochromatic Colors of #44700F
Black with #44700F
Text Example
Text Example
White with #44700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44700F; }
p { color: rgb(68,112,15); }
H1.HeaderClassName
{
color: #44700F;
}
.AnyTagClassName
{
color: #44700F;
}
</style>
background-color css
<style>
a { background-color: #44700F; }
a { background-color: rgb(68,112,15); }
div.DivClassName
{
background-color: #44700F;
}
.BgClassName
{
background-color: #44700F;
}
</style>
border-color css
<style>
span { border-color: #44700F; }
span { border-color: rgb(68,112,15); }
td.TdClassName
{
border-color: #44700F;
}
.TagClassName
{
border-color: #44700F;
}
</style>