Shades of Verdun Green #444915
Tints of Verdun Green #444915
RGB
CMYK
RGB Variations
Color information
#444915 (or 0x444915) is known color: Verdun Green. HEX triplet: 44, 49 and 15. RGB value is (68,73,21). Sum of RGB (Red+Green+Blue) = 68+73+21=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #444915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444915 is #BBB6EA. Grayscale: #414141. Windows color (decimal): -12302059 or 1395012. OLE color: 1395012.
HSL color Cylindrical-coordinate representation of color #444915: hue angle of 65.77º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #444915 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 21 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.71 |
| HSL | 65.77º | 0.55% | 0.18% | - |
| HSV(B) | 65.77º | 0.71% | 0.29% | - |
| XYZ | 4.9 | 6.05 | 1.62 | - |
| YUV | 65.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 21 | 0.07 | 0 | 0.71 | 0.71 | 65.77 | 0.55 | 0.18 |
| Hex | 44 | 49 | 15 | 7 | 0 | 47 | 47 | 42 | 37 | 12 |
| Octal | 104 | 111 | 25 | 7 | 0 | 107 | 107 | 102 | 67 | 22 |
| Binary | 1000100 | 1001001 | 10101 | 111 | 0 | 1000111 | 1000111 | 1000010 | 110111 | 10010 |
Color Harmonies of #444915
Complementary color
Monochromatic Colors of #444915
Black with #444915
Text Example
Text Example
White with #444915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444915; }
p { color: rgb(68,73,21); }
H1.HeaderClassName
{
color: #444915;
}
.AnyTagClassName
{
color: #444915;
}
</style>
background-color css
<style>
a { background-color: #444915; }
a { background-color: rgb(68,73,21); }
div.DivClassName
{
background-color: #444915;
}
.BgClassName
{
background-color: #444915;
}
</style>
border-color css
<style>
span { border-color: #444915; }
span { border-color: rgb(68,73,21); }
td.TdClassName
{
border-color: #444915;
}
.TagClassName
{
border-color: #444915;
}
</style>