Shades of Green Leaf #446F13
Tints of Green Leaf #446F13
RGB
CMYK
RGB Variations
Color information
#446F13 (or 0x446F13) is known color: Green Leaf. HEX triplet: 44, 6F and 13. RGB value is (68,111,19). Sum of RGB (Red+Green+Blue) = 68+111+19=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #446F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446F13 is #BB90EC. Grayscale: #575757. Windows color (decimal): -12292333 or 1273668. OLE color: 1273668.
HSL color Cylindrical-coordinate representation of color #446F13: hue angle of 88.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #446F13 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 111 | 19 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.56 |
| HSL | 88.04º | 0.71% | 0.25% | - |
| HSV(B) | 88.04º | 0.83% | 0.44% | - |
| XYZ | 8.19 | 12.64 | 2.63 | - |
| YUV | 87.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 19 | 0.39 | 0 | 0.83 | 0.56 | 88.04 | 0.71 | 0.25 |
| Hex | 44 | 6F | 13 | 27 | 0 | 53 | 38 | 58 | 47 | 19 |
| Octal | 104 | 157 | 23 | 47 | 0 | 123 | 70 | 130 | 107 | 31 |
| Binary | 1000100 | 1101111 | 10011 | 100111 | 0 | 1010011 | 111000 | 1011000 | 1000111 | 11001 |
Color Harmonies of #446F13
Complementary color
Monochromatic Colors of #446F13
Black with #446F13
Text Example
Text Example
White with #446F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446F13; }
p { color: rgb(68,111,19); }
H1.HeaderClassName
{
color: #446F13;
}
.AnyTagClassName
{
color: #446F13;
}
</style>
background-color css
<style>
a { background-color: #446F13; }
a { background-color: rgb(68,111,19); }
div.DivClassName
{
background-color: #446F13;
}
.BgClassName
{
background-color: #446F13;
}
</style>
border-color css
<style>
span { border-color: #446F13; }
span { border-color: rgb(68,111,19); }
td.TdClassName
{
border-color: #446F13;
}
.TagClassName
{
border-color: #446F13;
}
</style>