Shades of Verdun Green #44560D
Tints of Verdun Green #44560D
RGB
CMYK
RGB Variations
Color information
#44560D (or 0x44560D) is known color: Verdun Green. HEX triplet: 44, 56 and 0D. RGB value is (68,86,13). Sum of RGB (Red+Green+Blue) = 68+86+13=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #44560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44560D is #BBA9F2. Grayscale: #484848. Windows color (decimal): -12298739 or 874052. OLE color: 874052.
HSL color Cylindrical-coordinate representation of color #44560D: hue angle of 74.79º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44560D is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 86 | 13 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.66 |
| HSL | 74.79º | 0.74% | 0.19% | - |
| HSV(B) | 74.79º | 0.85% | 0.34% | - |
| XYZ | 5.78 | 7.91 | 1.6 | - |
| YUV | 72.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 13 | 0.21 | 0 | 0.85 | 0.66 | 74.79 | 0.74 | 0.19 |
| Hex | 44 | 56 | D | 15 | 0 | 55 | 42 | 4B | 4A | 13 |
| Octal | 104 | 126 | 15 | 25 | 0 | 125 | 102 | 113 | 112 | 23 |
| Binary | 1000100 | 1010110 | 1101 | 10101 | 0 | 1010101 | 1000010 | 1001011 | 1001010 | 10011 |
Color Harmonies of #44560D
Complementary color
Monochromatic Colors of #44560D
Black with #44560D
Text Example
Text Example
White with #44560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44560D; }
p { color: rgb(68,86,13); }
H1.HeaderClassName
{
color: #44560D;
}
.AnyTagClassName
{
color: #44560D;
}
</style>
background-color css
<style>
a { background-color: #44560D; }
a { background-color: rgb(68,86,13); }
div.DivClassName
{
background-color: #44560D;
}
.BgClassName
{
background-color: #44560D;
}
</style>
border-color css
<style>
span { border-color: #44560D; }
span { border-color: rgb(68,86,13); }
td.TdClassName
{
border-color: #44560D;
}
.TagClassName
{
border-color: #44560D;
}
</style>