Shades of Verdun Green #444310
Tints of Verdun Green #444310
RGB
CMYK
RGB Variations
Color information
#444310 (or 0x444310) is known color: Verdun Green. HEX triplet: 44, 43 and 10. RGB value is (68,67,16). Sum of RGB (Red+Green+Blue) = 68+67+16=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #444310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444310 is #BBBCEF. Grayscale: #3D3D3D. Windows color (decimal): -12303600 or 1065796. OLE color: 1065796.
HSL color Cylindrical-coordinate representation of color #444310: hue angle of 58.85º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #444310 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 67 | 16 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.73 |
| HSL | 58.85º | 0.62% | 0.16% | - |
| HSV(B) | 58.85º | 0.76% | 0.27% | - |
| XYZ | 4.48 | 5.28 | 1.27 | - |
| YUV | 61.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 16 | 0 | 0.01 | 0.76 | 0.73 | 58.85 | 0.62 | 0.16 |
| Hex | 44 | 43 | 10 | 0 | 1 | 4C | 49 | 3B | 3E | 10 |
| Octal | 104 | 103 | 20 | 0 | 1 | 114 | 111 | 73 | 76 | 20 |
| Binary | 1000100 | 1000011 | 10000 | 0 | 1 | 1001100 | 1001001 | 111011 | 111110 | 10000 |
Color Harmonies of #444310
Complementary color
Monochromatic Colors of #444310
Black with #444310
Text Example
Text Example
White with #444310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444310; }
p { color: rgb(68,67,16); }
H1.HeaderClassName
{
color: #444310;
}
.AnyTagClassName
{
color: #444310;
}
</style>
background-color css
<style>
a { background-color: #444310; }
a { background-color: rgb(68,67,16); }
div.DivClassName
{
background-color: #444310;
}
.BgClassName
{
background-color: #444310;
}
</style>
border-color css
<style>
span { border-color: #444310; }
span { border-color: rgb(68,67,16); }
td.TdClassName
{
border-color: #444310;
}
.TagClassName
{
border-color: #444310;
}
</style>