Shades of Verdun Green #44510E
Tints of Verdun Green #44510E
RGB
CMYK
RGB Variations
Color information
#44510E (or 0x44510E) is known color: Verdun Green. HEX triplet: 44, 51 and 0E. RGB value is (68,81,14). Sum of RGB (Red+Green+Blue) = 68+81+14=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #44510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44510E is #BBAEF1. Grayscale: #454545. Windows color (decimal): -12300018 or 938308. OLE color: 938308.
HSL color Cylindrical-coordinate representation of color #44510E: hue angle of 71.64º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44510E is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 14 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.68 |
| HSL | 71.64º | 0.71% | 0.19% | - |
| HSV(B) | 71.64º | 0.83% | 0.32% | - |
| XYZ | 5.41 | 7.15 | 1.51 | - |
| YUV | 69.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 14 | 0.16 | 0 | 0.83 | 0.68 | 71.64 | 0.71 | 0.19 |
| Hex | 44 | 51 | E | 10 | 0 | 53 | 44 | 48 | 47 | 13 |
| Octal | 104 | 121 | 16 | 20 | 0 | 123 | 104 | 110 | 107 | 23 |
| Binary | 1000100 | 1010001 | 1110 | 10000 | 0 | 1010011 | 1000100 | 1001000 | 1000111 | 10011 |
Color Harmonies of #44510E
Complementary color
Monochromatic Colors of #44510E
Black with #44510E
Text Example
Text Example
White with #44510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44510E; }
p { color: rgb(68,81,14); }
H1.HeaderClassName
{
color: #44510E;
}
.AnyTagClassName
{
color: #44510E;
}
</style>
background-color css
<style>
a { background-color: #44510E; }
a { background-color: rgb(68,81,14); }
div.DivClassName
{
background-color: #44510E;
}
.BgClassName
{
background-color: #44510E;
}
</style>
border-color css
<style>
span { border-color: #44510E; }
span { border-color: rgb(68,81,14); }
td.TdClassName
{
border-color: #44510E;
}
.TagClassName
{
border-color: #44510E;
}
</style>