Shades of Verdun Green #444813
Tints of Verdun Green #444813
RGB
CMYK
RGB Variations
Color information
#444813 (or 0x444813) is known color: Verdun Green. HEX triplet: 44, 48 and 13. RGB value is (68,72,19). Sum of RGB (Red+Green+Blue) = 68+72+19=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #444813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444813 is #BBB7EC. Grayscale: #404040. Windows color (decimal): -12302317 or 1263684. OLE color: 1263684.
HSL color Cylindrical-coordinate representation of color #444813: hue angle of 64.53º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #444813 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 72 | 19 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.72 |
| HSL | 64.53º | 0.58% | 0.18% | - |
| HSV(B) | 64.53º | 0.74% | 0.28% | - |
| XYZ | 4.82 | 5.91 | 1.5 | - |
| YUV | 64.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 19 | 0.06 | 0 | 0.74 | 0.72 | 64.53 | 0.58 | 0.18 |
| Hex | 44 | 48 | 13 | 6 | 0 | 4A | 48 | 41 | 3A | 12 |
| Octal | 104 | 110 | 23 | 6 | 0 | 112 | 110 | 101 | 72 | 22 |
| Binary | 1000100 | 1001000 | 10011 | 110 | 0 | 1001010 | 1001000 | 1000001 | 111010 | 10010 |
Color Harmonies of #444813
Complementary color
Monochromatic Colors of #444813
Black with #444813
Text Example
Text Example
White with #444813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444813; }
p { color: rgb(68,72,19); }
H1.HeaderClassName
{
color: #444813;
}
.AnyTagClassName
{
color: #444813;
}
</style>
background-color css
<style>
a { background-color: #444813; }
a { background-color: rgb(68,72,19); }
div.DivClassName
{
background-color: #444813;
}
.BgClassName
{
background-color: #444813;
}
</style>
border-color css
<style>
span { border-color: #444813; }
span { border-color: rgb(68,72,19); }
td.TdClassName
{
border-color: #444813;
}
.TagClassName
{
border-color: #444813;
}
</style>