Shades of Verdun Green #446404
Tints of Verdun Green #446404
RGB
CMYK
RGB Variations
Color information
#446404 (or 0x446404) is known color: Verdun Green. HEX triplet: 44, 64 and 04. RGB value is (68,100,4). Sum of RGB (Red+Green+Blue) = 68+100+4=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #446404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446404 is #BB9BFB. Grayscale: #4F4F4F. Windows color (decimal): -12295164 or 287812. OLE color: 287812.
HSL color Cylindrical-coordinate representation of color #446404: hue angle of 80º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #446404 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 100 | 4 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.61 |
| HSL | 80º | 0.92% | 0.2% | - |
| HSV(B) | 80º | 0.96% | 0.39% | - |
| XYZ | 6.96 | 10.35 | 1.75 | - |
| YUV | 79.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 4 | 0.32 | 0 | 0.96 | 0.61 | 80 | 0.92 | 0.2 |
| Hex | 44 | 64 | 4 | 20 | 0 | 60 | 3D | 50 | 5C | 14 |
| Octal | 104 | 144 | 4 | 40 | 0 | 140 | 75 | 120 | 134 | 24 |
| Binary | 1000100 | 1100100 | 100 | 100000 | 0 | 1100000 | 111101 | 1010000 | 1011100 | 10100 |
Color Harmonies of #446404
Complementary color
Monochromatic Colors of #446404
Black with #446404
Text Example
Text Example
White with #446404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446404; }
p { color: rgb(68,100,4); }
H1.HeaderClassName
{
color: #446404;
}
.AnyTagClassName
{
color: #446404;
}
</style>
background-color css
<style>
a { background-color: #446404; }
a { background-color: rgb(68,100,4); }
div.DivClassName
{
background-color: #446404;
}
.BgClassName
{
background-color: #446404;
}
</style>
border-color css
<style>
span { border-color: #446404; }
span { border-color: rgb(68,100,4); }
td.TdClassName
{
border-color: #446404;
}
.TagClassName
{
border-color: #446404;
}
</style>