Shades of Verdun Green #444B11
Tints of Verdun Green #444B11
RGB
CMYK
RGB Variations
Color information
#444B11 (or 0x444B11) is known color: Verdun Green. HEX triplet: 44, 4B and 11. RGB value is (68,75,17). Sum of RGB (Red+Green+Blue) = 68+75+17=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #444B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444B11 is #BBB4EE. Grayscale: #424242. Windows color (decimal): -12301551 or 1133380. OLE color: 1133380.
HSL color Cylindrical-coordinate representation of color #444B11: hue angle of 67.24º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #444B11 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 75 | 17 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.71 |
| HSL | 67.24º | 0.63% | 0.18% | - |
| HSV(B) | 67.24º | 0.77% | 0.29% | - |
| XYZ | 5 | 6.3 | 1.48 | - |
| YUV | 66.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 17 | 0.09 | 0 | 0.77 | 0.71 | 67.24 | 0.63 | 0.18 |
| Hex | 44 | 4B | 11 | 9 | 0 | 4D | 47 | 43 | 3F | 12 |
| Octal | 104 | 113 | 21 | 11 | 0 | 115 | 107 | 103 | 77 | 22 |
| Binary | 1000100 | 1001011 | 10001 | 1001 | 0 | 1001101 | 1000111 | 1000011 | 111111 | 10010 |
Color Harmonies of #444B11
Complementary color
Monochromatic Colors of #444B11
Black with #444B11
Text Example
Text Example
White with #444B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B11; }
p { color: rgb(68,75,17); }
H1.HeaderClassName
{
color: #444B11;
}
.AnyTagClassName
{
color: #444B11;
}
</style>
background-color css
<style>
a { background-color: #444B11; }
a { background-color: rgb(68,75,17); }
div.DivClassName
{
background-color: #444B11;
}
.BgClassName
{
background-color: #444B11;
}
</style>
border-color css
<style>
span { border-color: #444B11; }
span { border-color: rgb(68,75,17); }
td.TdClassName
{
border-color: #444B11;
}
.TagClassName
{
border-color: #444B11;
}
</style>