Shades of Green Leaf #446B14
Tints of Green Leaf #446B14
RGB
CMYK
RGB Variations
Color information
#446B14 (or 0x446B14) is known color: Green Leaf. HEX triplet: 44, 6B and 14. RGB value is (68,107,20). Sum of RGB (Red+Green+Blue) = 68+107+20=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #446B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446B14 is #BB94EB. Grayscale: #555555. Windows color (decimal): -12293356 or 1338180. OLE color: 1338180.
HSL color Cylindrical-coordinate representation of color #446B14: hue angle of 86.9º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #446B14 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 107 | 20 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.58 |
| HSL | 86.9º | 0.69% | 0.25% | - |
| HSV(B) | 86.9º | 0.81% | 0.42% | - |
| XYZ | 7.77 | 11.79 | 2.53 | - |
| YUV | 85.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 20 | 0.36 | 0 | 0.81 | 0.58 | 86.9 | 0.69 | 0.25 |
| Hex | 44 | 6B | 14 | 24 | 0 | 51 | 3A | 57 | 45 | 19 |
| Octal | 104 | 153 | 24 | 44 | 0 | 121 | 72 | 127 | 105 | 31 |
| Binary | 1000100 | 1101011 | 10100 | 100100 | 0 | 1010001 | 111010 | 1010111 | 1000101 | 11001 |
Color Harmonies of #446B14
Complementary color
Monochromatic Colors of #446B14
Black with #446B14
Text Example
Text Example
White with #446B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446B14; }
p { color: rgb(68,107,20); }
H1.HeaderClassName
{
color: #446B14;
}
.AnyTagClassName
{
color: #446B14;
}
</style>
background-color css
<style>
a { background-color: #446B14; }
a { background-color: rgb(68,107,20); }
div.DivClassName
{
background-color: #446B14;
}
.BgClassName
{
background-color: #446B14;
}
</style>
border-color css
<style>
span { border-color: #446B14; }
span { border-color: rgb(68,107,20); }
td.TdClassName
{
border-color: #446B14;
}
.TagClassName
{
border-color: #446B14;
}
</style>