Shades of Verdun Green #444D03
Tints of Verdun Green #444D03
RGB
CMYK
RGB Variations
Color information
#444D03 (or 0x444D03) is known color: Verdun Green. HEX triplet: 44, 4D and 03. RGB value is (68,77,3). Sum of RGB (Red+Green+Blue) = 68+77+3=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #444D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444D03 is #BBB2FC. Grayscale: #424242. Windows color (decimal): -12301053 or 216388. OLE color: 216388.
HSL color Cylindrical-coordinate representation of color #444D03: hue angle of 67.3º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #444D03 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 3 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.70 |
| HSL | 67.3º | 0.93% | 0.16% | - |
| HSV(B) | 67.3º | 0.96% | 0.3% | - |
| XYZ | 5.05 | 6.54 | 1.08 | - |
| YUV | 65.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 3 | 0.12 | 0 | 0.96 | 0.70 | 67.3 | 0.93 | 0.16 |
| Hex | 44 | 4D | 3 | C | 0 | 60 | 46 | 43 | 5C | 10 |
| Octal | 104 | 115 | 3 | 14 | 0 | 140 | 106 | 103 | 134 | 20 |
| Binary | 1000100 | 1001101 | 11 | 1100 | 0 | 1100000 | 1000110 | 1000011 | 1011100 | 10000 |
Color Harmonies of #444D03
Complementary color
Monochromatic Colors of #444D03
Black with #444D03
Text Example
Text Example
White with #444D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D03; }
p { color: rgb(68,77,3); }
H1.HeaderClassName
{
color: #444D03;
}
.AnyTagClassName
{
color: #444D03;
}
</style>
background-color css
<style>
a { background-color: #444D03; }
a { background-color: rgb(68,77,3); }
div.DivClassName
{
background-color: #444D03;
}
.BgClassName
{
background-color: #444D03;
}
</style>
border-color css
<style>
span { border-color: #444D03; }
span { border-color: rgb(68,77,3); }
td.TdClassName
{
border-color: #444D03;
}
.TagClassName
{
border-color: #444D03;
}
</style>