Shades of Green Leaf #446C17
Tints of Green Leaf #446C17
RGB
CMYK
RGB Variations
Color information
#446C17 (or 0x446C17) is known color: Green Leaf. HEX triplet: 44, 6C and 17. RGB value is (68,108,23). Sum of RGB (Red+Green+Blue) = 68+108+23=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #446C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446C17 is #BB93E8. Grayscale: #565656. Windows color (decimal): -12293097 or 1535044. OLE color: 1535044.
HSL color Cylindrical-coordinate representation of color #446C17: hue angle of 88.24º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #446C17 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 108 | 23 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.58 |
| HSL | 88.24º | 0.65% | 0.26% | - |
| HSV(B) | 88.24º | 0.79% | 0.42% | - |
| XYZ | 7.9 | 12.02 | 2.71 | - |
| YUV | 86.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 23 | 0.37 | 0 | 0.79 | 0.58 | 88.24 | 0.65 | 0.26 |
| Hex | 44 | 6C | 17 | 25 | 0 | 4F | 3A | 58 | 41 | 1A |
| Octal | 104 | 154 | 27 | 45 | 0 | 117 | 72 | 130 | 101 | 32 |
| Binary | 1000100 | 1101100 | 10111 | 100101 | 0 | 1001111 | 111010 | 1011000 | 1000001 | 11010 |
Color Harmonies of #446C17
Complementary color
Monochromatic Colors of #446C17
Black with #446C17
Text Example
Text Example
White with #446C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C17; }
p { color: rgb(68,108,23); }
H1.HeaderClassName
{
color: #446C17;
}
.AnyTagClassName
{
color: #446C17;
}
</style>
background-color css
<style>
a { background-color: #446C17; }
a { background-color: rgb(68,108,23); }
div.DivClassName
{
background-color: #446C17;
}
.BgClassName
{
background-color: #446C17;
}
</style>
border-color css
<style>
span { border-color: #446C17; }
span { border-color: rgb(68,108,23); }
td.TdClassName
{
border-color: #446C17;
}
.TagClassName
{
border-color: #446C17;
}
</style>