Shades of Green Leaf #446C13
Tints of Green Leaf #446C13
RGB
CMYK
RGB Variations
Color information
#446C13 (or 0x446C13) is known color: Green Leaf. HEX triplet: 44, 6C and 13. RGB value is (68,108,19). Sum of RGB (Red+Green+Blue) = 68+108+19=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #446C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446C13 is #BB93EC. Grayscale: #565656. Windows color (decimal): -12293101 or 1272900. OLE color: 1272900.
HSL color Cylindrical-coordinate representation of color #446C13: hue angle of 86.97º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #446C13 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 108 | 19 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.58 |
| HSL | 86.97º | 0.7% | 0.25% | - |
| HSV(B) | 86.97º | 0.82% | 0.42% | - |
| XYZ | 7.86 | 12 | 2.52 | - |
| YUV | 85.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 19 | 0.37 | 0 | 0.82 | 0.58 | 86.97 | 0.7 | 0.25 |
| Hex | 44 | 6C | 13 | 25 | 0 | 52 | 3A | 57 | 46 | 19 |
| Octal | 104 | 154 | 23 | 45 | 0 | 122 | 72 | 127 | 106 | 31 |
| Binary | 1000100 | 1101100 | 10011 | 100101 | 0 | 1010010 | 111010 | 1010111 | 1000110 | 11001 |
Color Harmonies of #446C13
Complementary color
Monochromatic Colors of #446C13
Black with #446C13
Text Example
Text Example
White with #446C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C13; }
p { color: rgb(68,108,19); }
H1.HeaderClassName
{
color: #446C13;
}
.AnyTagClassName
{
color: #446C13;
}
</style>
background-color css
<style>
a { background-color: #446C13; }
a { background-color: rgb(68,108,19); }
div.DivClassName
{
background-color: #446C13;
}
.BgClassName
{
background-color: #446C13;
}
</style>
border-color css
<style>
span { border-color: #446C13; }
span { border-color: rgb(68,108,19); }
td.TdClassName
{
border-color: #446C13;
}
.TagClassName
{
border-color: #446C13;
}
</style>