Shades of Verdun Green #444903
Tints of Verdun Green #444903
RGB
CMYK
RGB Variations
Color information
#444903 (or 0x444903) is known color: Verdun Green. HEX triplet: 44, 49 and 03. RGB value is (68,73,3). Sum of RGB (Red+Green+Blue) = 68+73+3=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #444903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444903 is #BBB6FC. Grayscale: #3F3F3F. Windows color (decimal): -12302077 or 215364. OLE color: 215364.
HSL color Cylindrical-coordinate representation of color #444903: hue angle of 64.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #444903 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 3 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.71 |
| HSL | 64.29º | 0.92% | 0.15% | - |
| HSV(B) | 64.29º | 0.96% | 0.29% | - |
| XYZ | 4.78 | 6 | 0.99 | - |
| YUV | 63.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 3 | 0.07 | 0 | 0.96 | 0.71 | 64.29 | 0.92 | 0.15 |
| Hex | 44 | 49 | 3 | 7 | 0 | 60 | 47 | 40 | 5C | F |
| Octal | 104 | 111 | 3 | 7 | 0 | 140 | 107 | 100 | 134 | 17 |
| Binary | 1000100 | 1001001 | 11 | 111 | 0 | 1100000 | 1000111 | 1000000 | 1011100 | 1111 |
Color Harmonies of #444903
Complementary color
Monochromatic Colors of #444903
Black with #444903
Text Example
Text Example
White with #444903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444903; }
p { color: rgb(68,73,3); }
H1.HeaderClassName
{
color: #444903;
}
.AnyTagClassName
{
color: #444903;
}
</style>
background-color css
<style>
a { background-color: #444903; }
a { background-color: rgb(68,73,3); }
div.DivClassName
{
background-color: #444903;
}
.BgClassName
{
background-color: #444903;
}
</style>
border-color css
<style>
span { border-color: #444903; }
span { border-color: rgb(68,73,3); }
td.TdClassName
{
border-color: #444903;
}
.TagClassName
{
border-color: #444903;
}
</style>