Shades of Verdun Green #444A0A
Tints of Verdun Green #444A0A
RGB
CMYK
RGB Variations
Color information
#444A0A (or 0x444A0A) is known color: Verdun Green. HEX triplet: 44, 4A and 0A. RGB value is (68,74,10). Sum of RGB (Red+Green+Blue) = 68+74+10=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #444A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444A0A is #BBB5F5. Grayscale: #414141. Windows color (decimal): -12301814 or 674372. OLE color: 674372.
HSL color Cylindrical-coordinate representation of color #444A0A: hue angle of 65.62º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #444A0A is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 10 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.71 |
| HSL | 65.63º | 0.76% | 0.16% | - |
| HSV(B) | 65.63º | 0.86% | 0.29% | - |
| XYZ | 4.89 | 6.15 | 1.22 | - |
| YUV | 64.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 10 | 0.08 | 0 | 0.86 | 0.71 | 65.63 | 0.76 | 0.16 |
| Hex | 44 | 4A | A | 8 | 0 | 56 | 47 | 42 | 4C | 10 |
| Octal | 104 | 112 | 12 | 10 | 0 | 126 | 107 | 102 | 114 | 20 |
| Binary | 1000100 | 1001010 | 1010 | 1000 | 0 | 1010110 | 1000111 | 1000010 | 1001100 | 10000 |
Color Harmonies of #444A0A
Complementary color
Monochromatic Colors of #444A0A
Black with #444A0A
Text Example
Text Example
White with #444A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A0A; }
p { color: rgb(68,74,10); }
H1.HeaderClassName
{
color: #444A0A;
}
.AnyTagClassName
{
color: #444A0A;
}
</style>
background-color css
<style>
a { background-color: #444A0A; }
a { background-color: rgb(68,74,10); }
div.DivClassName
{
background-color: #444A0A;
}
.BgClassName
{
background-color: #444A0A;
}
</style>
border-color css
<style>
span { border-color: #444A0A; }
span { border-color: rgb(68,74,10); }
td.TdClassName
{
border-color: #444A0A;
}
.TagClassName
{
border-color: #444A0A;
}
</style>