Shades of Verdun Green #44500E
Tints of Verdun Green #44500E
RGB
CMYK
RGB Variations
Color information
#44500E (or 0x44500E) is known color: Verdun Green. HEX triplet: 44, 50 and 0E. RGB value is (68,80,14). Sum of RGB (Red+Green+Blue) = 68+80+14=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #44500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44500E is #BBAFF1. Grayscale: #454545. Windows color (decimal): -12300274 or 938052. OLE color: 938052.
HSL color Cylindrical-coordinate representation of color #44500E: hue angle of 70.91º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44500E is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 80 | 14 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.69 |
| HSL | 70.91º | 0.7% | 0.18% | - |
| HSV(B) | 70.91º | 0.83% | 0.31% | - |
| XYZ | 5.33 | 7 | 1.49 | - |
| YUV | 68.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 14 | 0.15 | 0 | 0.83 | 0.69 | 70.91 | 0.7 | 0.18 |
| Hex | 44 | 50 | E | F | 0 | 53 | 45 | 47 | 46 | 12 |
| Octal | 104 | 120 | 16 | 17 | 0 | 123 | 105 | 107 | 106 | 22 |
| Binary | 1000100 | 1010000 | 1110 | 1111 | 0 | 1010011 | 1000101 | 1000111 | 1000110 | 10010 |
Color Harmonies of #44500E
Complementary color
Monochromatic Colors of #44500E
Black with #44500E
Text Example
Text Example
White with #44500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44500E; }
p { color: rgb(68,80,14); }
H1.HeaderClassName
{
color: #44500E;
}
.AnyTagClassName
{
color: #44500E;
}
</style>
background-color css
<style>
a { background-color: #44500E; }
a { background-color: rgb(68,80,14); }
div.DivClassName
{
background-color: #44500E;
}
.BgClassName
{
background-color: #44500E;
}
</style>
border-color css
<style>
span { border-color: #44500E; }
span { border-color: rgb(68,80,14); }
td.TdClassName
{
border-color: #44500E;
}
.TagClassName
{
border-color: #44500E;
}
</style>