Shades of Verdun Green #444917
Tints of Verdun Green #444917
RGB
CMYK
RGB Variations
Color information
#444917 (or 0x444917) is known color: Verdun Green. HEX triplet: 44, 49 and 17. RGB value is (68,73,23). Sum of RGB (Red+Green+Blue) = 68+73+23=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #444917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444917 is #BBB6E8. Grayscale: #424242. Windows color (decimal): -12302057 or 1526084. OLE color: 1526084.
HSL color Cylindrical-coordinate representation of color #444917: hue angle of 66º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #444917 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 23 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.71 |
| HSL | 66º | 0.52% | 0.19% | - |
| HSV(B) | 66º | 0.68% | 0.29% | - |
| XYZ | 4.92 | 6.06 | 1.72 | - |
| YUV | 65.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 23 | 0.07 | 0 | 0.68 | 0.71 | 66 | 0.52 | 0.19 |
| Hex | 44 | 49 | 17 | 7 | 0 | 44 | 47 | 42 | 34 | 13 |
| Octal | 104 | 111 | 27 | 7 | 0 | 104 | 107 | 102 | 64 | 23 |
| Binary | 1000100 | 1001001 | 10111 | 111 | 0 | 1000100 | 1000111 | 1000010 | 110100 | 10011 |
Color Harmonies of #444917
Complementary color
Monochromatic Colors of #444917
Black with #444917
Text Example
Text Example
White with #444917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444917; }
p { color: rgb(68,73,23); }
H1.HeaderClassName
{
color: #444917;
}
.AnyTagClassName
{
color: #444917;
}
</style>
background-color css
<style>
a { background-color: #444917; }
a { background-color: rgb(68,73,23); }
div.DivClassName
{
background-color: #444917;
}
.BgClassName
{
background-color: #444917;
}
</style>
border-color css
<style>
span { border-color: #444917; }
span { border-color: rgb(68,73,23); }
td.TdClassName
{
border-color: #444917;
}
.TagClassName
{
border-color: #444917;
}
</style>