Shades of Verdun Green #445006
Tints of Verdun Green #445006
RGB
CMYK
RGB Variations
Color information
#445006 (or 0x445006) is known color: Verdun Green. HEX triplet: 44, 50 and 06. RGB value is (68,80,6). Sum of RGB (Red+Green+Blue) = 68+80+6=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #445006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445006 is #BBAFF9. Grayscale: #444444. Windows color (decimal): -12300282 or 413764. OLE color: 413764.
HSL color Cylindrical-coordinate representation of color #445006: hue angle of 69.73º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #445006 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 80 | 6 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.69 |
| HSL | 69.73º | 0.86% | 0.17% | - |
| HSV(B) | 69.73º | 0.93% | 0.31% | - |
| XYZ | 5.29 | 6.98 | 1.24 | - |
| YUV | 67.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 6 | 0.15 | 0 | 0.92 | 0.69 | 69.73 | 0.86 | 0.17 |
| Hex | 44 | 50 | 6 | F | 0 | 5C | 45 | 46 | 56 | 11 |
| Octal | 104 | 120 | 6 | 17 | 0 | 134 | 105 | 106 | 126 | 21 |
| Binary | 1000100 | 1010000 | 110 | 1111 | 0 | 1011100 | 1000101 | 1000110 | 1010110 | 10001 |
Color Harmonies of #445006
Complementary color
Monochromatic Colors of #445006
Black with #445006
Text Example
Text Example
White with #445006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445006; }
p { color: rgb(68,80,6); }
H1.HeaderClassName
{
color: #445006;
}
.AnyTagClassName
{
color: #445006;
}
</style>
background-color css
<style>
a { background-color: #445006; }
a { background-color: rgb(68,80,6); }
div.DivClassName
{
background-color: #445006;
}
.BgClassName
{
background-color: #445006;
}
</style>
border-color css
<style>
span { border-color: #445006; }
span { border-color: rgb(68,80,6); }
td.TdClassName
{
border-color: #445006;
}
.TagClassName
{
border-color: #445006;
}
</style>