Shades of Verdun Green #444A05
Tints of Verdun Green #444A05
RGB
CMYK
RGB Variations
Color information
#444A05 (or 0x444A05) is known color: Verdun Green. HEX triplet: 44, 4A and 05. RGB value is (68,74,5). Sum of RGB (Red+Green+Blue) = 68+74+5=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #444A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444A05 is #BBB5FA. Grayscale: #404040. Windows color (decimal): -12301819 or 346692. OLE color: 346692.
HSL color Cylindrical-coordinate representation of color #444A05: hue angle of 65.22º 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 #444A05 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 5 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.71 |
| HSL | 65.22º | 0.87% | 0.15% | - |
| HSV(B) | 65.22º | 0.93% | 0.29% | - |
| XYZ | 4.86 | 6.14 | 1.07 | - |
| YUV | 64.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 5 | 0.08 | 0 | 0.93 | 0.71 | 65.22 | 0.87 | 0.15 |
| Hex | 44 | 4A | 5 | 8 | 0 | 5D | 47 | 41 | 57 | F |
| Octal | 104 | 112 | 5 | 10 | 0 | 135 | 107 | 101 | 127 | 17 |
| Binary | 1000100 | 1001010 | 101 | 1000 | 0 | 1011101 | 1000111 | 1000001 | 1010111 | 1111 |
Color Harmonies of #444A05
Complementary color
Monochromatic Colors of #444A05
Black with #444A05
Text Example
Text Example
White with #444A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A05; }
p { color: rgb(68,74,5); }
H1.HeaderClassName
{
color: #444A05;
}
.AnyTagClassName
{
color: #444A05;
}
</style>
background-color css
<style>
a { background-color: #444A05; }
a { background-color: rgb(68,74,5); }
div.DivClassName
{
background-color: #444A05;
}
.BgClassName
{
background-color: #444A05;
}
</style>
border-color css
<style>
span { border-color: #444A05; }
span { border-color: rgb(68,74,5); }
td.TdClassName
{
border-color: #444A05;
}
.TagClassName
{
border-color: #444A05;
}
</style>