Shades of Green Leaf #447405
Tints of Green Leaf #447405
RGB
CMYK
RGB Variations
Color information
#447405 (or 0x447405) is known color: Green Leaf. HEX triplet: 44, 74 and 05. RGB value is (68,116,5). Sum of RGB (Red+Green+Blue) = 68+116+5=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #447405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447405 is #BB8BFA. Grayscale: #595959. Windows color (decimal): -12291067 or 357444. OLE color: 357444.
HSL color Cylindrical-coordinate representation of color #447405: hue angle of 85.95º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #447405 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 116 | 5 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.55 |
| HSL | 85.95º | 0.92% | 0.24% | - |
| HSV(B) | 85.95º | 0.96% | 0.45% | - |
| XYZ | 8.66 | 13.73 | 2.34 | - |
| YUV | 88.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 5 | 0.41 | 0 | 0.96 | 0.55 | 85.95 | 0.92 | 0.24 |
| Hex | 44 | 74 | 5 | 29 | 0 | 60 | 37 | 56 | 5C | 18 |
| Octal | 104 | 164 | 5 | 51 | 0 | 140 | 67 | 126 | 134 | 30 |
| Binary | 1000100 | 1110100 | 101 | 101001 | 0 | 1100000 | 110111 | 1010110 | 1011100 | 11000 |
Color Harmonies of #447405
Complementary color
Monochromatic Colors of #447405
Black with #447405
Text Example
Text Example
White with #447405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447405; }
p { color: rgb(68,116,5); }
H1.HeaderClassName
{
color: #447405;
}
.AnyTagClassName
{
color: #447405;
}
</style>
background-color css
<style>
a { background-color: #447405; }
a { background-color: rgb(68,116,5); }
div.DivClassName
{
background-color: #447405;
}
.BgClassName
{
background-color: #447405;
}
</style>
border-color css
<style>
span { border-color: #447405; }
span { border-color: rgb(68,116,5); }
td.TdClassName
{
border-color: #447405;
}
.TagClassName
{
border-color: #447405;
}
</style>