Shades of Verdun Green #444717
Tints of Verdun Green #444717
RGB
CMYK
RGB Variations
Color information
#444717 (or 0x444717) is known color: Verdun Green. HEX triplet: 44, 47 and 17. RGB value is (68,71,23). Sum of RGB (Red+Green+Blue) = 68+71+23=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #444717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444717 is #BBB8E8. Grayscale: #404040. Windows color (decimal): -12302569 or 1525572. OLE color: 1525572.
HSL color Cylindrical-coordinate representation of color #444717: hue angle of 63.75º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #444717 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 71 | 23 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.72 |
| HSL | 63.75º | 0.51% | 0.18% | - |
| HSV(B) | 63.75º | 0.68% | 0.28% | - |
| XYZ | 4.79 | 5.8 | 1.68 | - |
| YUV | 64.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 23 | 0.04 | 0 | 0.68 | 0.72 | 63.75 | 0.51 | 0.18 |
| Hex | 44 | 47 | 17 | 4 | 0 | 44 | 48 | 40 | 33 | 12 |
| Octal | 104 | 107 | 27 | 4 | 0 | 104 | 110 | 100 | 63 | 22 |
| Binary | 1000100 | 1000111 | 10111 | 100 | 0 | 1000100 | 1001000 | 1000000 | 110011 | 10010 |
Color Harmonies of #444717
Complementary color
Monochromatic Colors of #444717
Black with #444717
Text Example
Text Example
White with #444717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444717; }
p { color: rgb(68,71,23); }
H1.HeaderClassName
{
color: #444717;
}
.AnyTagClassName
{
color: #444717;
}
</style>
background-color css
<style>
a { background-color: #444717; }
a { background-color: rgb(68,71,23); }
div.DivClassName
{
background-color: #444717;
}
.BgClassName
{
background-color: #444717;
}
</style>
border-color css
<style>
span { border-color: #444717; }
span { border-color: rgb(68,71,23); }
td.TdClassName
{
border-color: #444717;
}
.TagClassName
{
border-color: #444717;
}
</style>