Shades of Verdun Green #444905
Tints of Verdun Green #444905
RGB
CMYK
RGB Variations
Color information
#444905 (or 0x444905) is known color: Verdun Green. HEX triplet: 44, 49 and 05. RGB value is (68,73,5). Sum of RGB (Red+Green+Blue) = 68+73+5=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #444905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444905 is #BBB6FA. Grayscale: #404040. Windows color (decimal): -12302075 or 346436. OLE color: 346436.
HSL color Cylindrical-coordinate representation of color #444905: hue angle of 64.41º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #444905 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 5 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.71 |
| HSL | 64.41º | 0.87% | 0.15% | - |
| HSV(B) | 64.41º | 0.93% | 0.29% | - |
| XYZ | 4.79 | 6 | 1.05 | - |
| YUV | 63.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 5 | 0.07 | 0 | 0.93 | 0.71 | 64.41 | 0.87 | 0.15 |
| Hex | 44 | 49 | 5 | 7 | 0 | 5D | 47 | 40 | 57 | F |
| Octal | 104 | 111 | 5 | 7 | 0 | 135 | 107 | 100 | 127 | 17 |
| Binary | 1000100 | 1001001 | 101 | 111 | 0 | 1011101 | 1000111 | 1000000 | 1010111 | 1111 |
Color Harmonies of #444905
Complementary color
Monochromatic Colors of #444905
Black with #444905
Text Example
Text Example
White with #444905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444905; }
p { color: rgb(68,73,5); }
H1.HeaderClassName
{
color: #444905;
}
.AnyTagClassName
{
color: #444905;
}
</style>
background-color css
<style>
a { background-color: #444905; }
a { background-color: rgb(68,73,5); }
div.DivClassName
{
background-color: #444905;
}
.BgClassName
{
background-color: #444905;
}
</style>
border-color css
<style>
span { border-color: #444905; }
span { border-color: rgb(68,73,5); }
td.TdClassName
{
border-color: #444905;
}
.TagClassName
{
border-color: #444905;
}
</style>