Shades of Verdun Green #444B16
Tints of Verdun Green #444B16
RGB
CMYK
RGB Variations
Color information
#444B16 (or 0x444B16) is known color: Verdun Green. HEX triplet: 44, 4B and 16. RGB value is (68,75,22). Sum of RGB (Red+Green+Blue) = 68+75+22=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #444B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444B16 is #BBB4E9. Grayscale: #434343. Windows color (decimal): -12301546 or 1461060. OLE color: 1461060.
HSL color Cylindrical-coordinate representation of color #444B16: hue angle of 67.92º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #444B16 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 75 | 22 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.71 |
| HSL | 67.92º | 0.55% | 0.19% | - |
| HSV(B) | 67.92º | 0.71% | 0.29% | - |
| XYZ | 5.04 | 6.32 | 1.71 | - |
| YUV | 66.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 22 | 0.09 | 0 | 0.71 | 0.71 | 67.92 | 0.55 | 0.19 |
| Hex | 44 | 4B | 16 | 9 | 0 | 47 | 47 | 44 | 37 | 13 |
| Octal | 104 | 113 | 26 | 11 | 0 | 107 | 107 | 104 | 67 | 23 |
| Binary | 1000100 | 1001011 | 10110 | 1001 | 0 | 1000111 | 1000111 | 1000100 | 110111 | 10011 |
Color Harmonies of #444B16
Complementary color
Monochromatic Colors of #444B16
Black with #444B16
Text Example
Text Example
White with #444B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B16; }
p { color: rgb(68,75,22); }
H1.HeaderClassName
{
color: #444B16;
}
.AnyTagClassName
{
color: #444B16;
}
</style>
background-color css
<style>
a { background-color: #444B16; }
a { background-color: rgb(68,75,22); }
div.DivClassName
{
background-color: #444B16;
}
.BgClassName
{
background-color: #444B16;
}
</style>
border-color css
<style>
span { border-color: #444B16; }
span { border-color: rgb(68,75,22); }
td.TdClassName
{
border-color: #444B16;
}
.TagClassName
{
border-color: #444B16;
}
</style>