Shades of Verdun Green #444D04
Tints of Verdun Green #444D04
RGB
CMYK
RGB Variations
Color information
#444D04 (or 0x444D04) is known color: Verdun Green. HEX triplet: 44, 4D and 04. RGB value is (68,77,4). Sum of RGB (Red+Green+Blue) = 68+77+4=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #444D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444D04 is #BBB2FB. Grayscale: #424242. Windows color (decimal): -12301052 or 281924. OLE color: 281924.
HSL color Cylindrical-coordinate representation of color #444D04: hue angle of 67.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #444D04 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 4 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.70 |
| HSL | 67.4º | 0.9% | 0.16% | - |
| HSV(B) | 67.4º | 0.95% | 0.3% | - |
| XYZ | 5.06 | 6.55 | 1.11 | - |
| YUV | 65.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 4 | 0.12 | 0 | 0.95 | 0.70 | 67.4 | 0.9 | 0.16 |
| Hex | 44 | 4D | 4 | C | 0 | 5F | 46 | 43 | 5A | 10 |
| Octal | 104 | 115 | 4 | 14 | 0 | 137 | 106 | 103 | 132 | 20 |
| Binary | 1000100 | 1001101 | 100 | 1100 | 0 | 1011111 | 1000110 | 1000011 | 1011010 | 10000 |
Color Harmonies of #444D04
Complementary color
Monochromatic Colors of #444D04
Black with #444D04
Text Example
Text Example
White with #444D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D04; }
p { color: rgb(68,77,4); }
H1.HeaderClassName
{
color: #444D04;
}
.AnyTagClassName
{
color: #444D04;
}
</style>
background-color css
<style>
a { background-color: #444D04; }
a { background-color: rgb(68,77,4); }
div.DivClassName
{
background-color: #444D04;
}
.BgClassName
{
background-color: #444D04;
}
</style>
border-color css
<style>
span { border-color: #444D04; }
span { border-color: rgb(68,77,4); }
td.TdClassName
{
border-color: #444D04;
}
.TagClassName
{
border-color: #444D04;
}
</style>