Shades of Verdun Green #44560C
Tints of Verdun Green #44560C
RGB
CMYK
RGB Variations
Color information
#44560C (or 0x44560C) is known color: Verdun Green. HEX triplet: 44, 56 and 0C. RGB value is (68,86,12). Sum of RGB (Red+Green+Blue) = 68+86+12=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #44560C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44560C is #BBA9F3. Grayscale: #484848. Windows color (decimal): -12298740 or 808516. OLE color: 808516.
HSL color Cylindrical-coordinate representation of color #44560C: hue angle of 74.59º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44560C is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 86 | 12 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.66 |
| HSL | 74.59º | 0.76% | 0.19% | - |
| HSV(B) | 74.59º | 0.86% | 0.34% | - |
| XYZ | 5.78 | 7.91 | 1.57 | - |
| YUV | 72.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 12 | 0.21 | 0 | 0.86 | 0.66 | 74.59 | 0.76 | 0.19 |
| Hex | 44 | 56 | C | 15 | 0 | 56 | 42 | 4B | 4C | 13 |
| Octal | 104 | 126 | 14 | 25 | 0 | 126 | 102 | 113 | 114 | 23 |
| Binary | 1000100 | 1010110 | 1100 | 10101 | 0 | 1010110 | 1000010 | 1001011 | 1001100 | 10011 |
Color Harmonies of #44560C
Complementary color
Monochromatic Colors of #44560C
Black with #44560C
Text Example
Text Example
White with #44560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44560C; }
p { color: rgb(68,86,12); }
H1.HeaderClassName
{
color: #44560C;
}
.AnyTagClassName
{
color: #44560C;
}
</style>
background-color css
<style>
a { background-color: #44560C; }
a { background-color: rgb(68,86,12); }
div.DivClassName
{
background-color: #44560C;
}
.BgClassName
{
background-color: #44560C;
}
</style>
border-color css
<style>
span { border-color: #44560C; }
span { border-color: rgb(68,86,12); }
td.TdClassName
{
border-color: #44560C;
}
.TagClassName
{
border-color: #44560C;
}
</style>