Shades of Verdun Green #44560A
Tints of Verdun Green #44560A
RGB
CMYK
RGB Variations
Color information
#44560A (or 0x44560A) is known color: Verdun Green. HEX triplet: 44, 56 and 0A. RGB value is (68,86,10). Sum of RGB (Red+Green+Blue) = 68+86+10=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #44560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44560A is #BBA9F5. Grayscale: #484848. Windows color (decimal): -12298742 or 677444. OLE color: 677444.
HSL color Cylindrical-coordinate representation of color #44560A: hue angle of 74.21º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44560A is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 86 | 10 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.66 |
| HSL | 74.21º | 0.79% | 0.19% | - |
| HSV(B) | 74.21º | 0.88% | 0.34% | - |
| XYZ | 5.77 | 7.91 | 1.51 | - |
| YUV | 71.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 10 | 0.21 | 0 | 0.88 | 0.66 | 74.21 | 0.79 | 0.19 |
| Hex | 44 | 56 | A | 15 | 0 | 58 | 42 | 4A | 4F | 13 |
| Octal | 104 | 126 | 12 | 25 | 0 | 130 | 102 | 112 | 117 | 23 |
| Binary | 1000100 | 1010110 | 1010 | 10101 | 0 | 1011000 | 1000010 | 1001010 | 1001111 | 10011 |
Color Harmonies of #44560A
Complementary color
Monochromatic Colors of #44560A
Black with #44560A
Text Example
Text Example
White with #44560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44560A; }
p { color: rgb(68,86,10); }
H1.HeaderClassName
{
color: #44560A;
}
.AnyTagClassName
{
color: #44560A;
}
</style>
background-color css
<style>
a { background-color: #44560A; }
a { background-color: rgb(68,86,10); }
div.DivClassName
{
background-color: #44560A;
}
.BgClassName
{
background-color: #44560A;
}
</style>
border-color css
<style>
span { border-color: #44560A; }
span { border-color: rgb(68,86,10); }
td.TdClassName
{
border-color: #44560A;
}
.TagClassName
{
border-color: #44560A;
}
</style>