Shades of Verdun Green #446808
Tints of Verdun Green #446808
RGB
CMYK
RGB Variations
Color information
#446808 (or 0x446808) is known color: Verdun Green. HEX triplet: 44, 68 and 08. RGB value is (68,104,8). Sum of RGB (Red+Green+Blue) = 68+104+8=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #446808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446808 is #BB97F7. Grayscale: #525252. Windows color (decimal): -12294136 or 550980. OLE color: 550980.
HSL color Cylindrical-coordinate representation of color #446808: hue angle of 82.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #446808 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 104 | 8 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.59 |
| HSL | 82.5º | 0.86% | 0.22% | - |
| HSV(B) | 82.5º | 0.92% | 0.41% | - |
| XYZ | 7.38 | 11.15 | 1.99 | - |
| YUV | 82.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 8 | 0.35 | 0 | 0.92 | 0.59 | 82.5 | 0.86 | 0.22 |
| Hex | 44 | 68 | 8 | 23 | 0 | 5C | 3B | 52 | 56 | 16 |
| Octal | 104 | 150 | 10 | 43 | 0 | 134 | 73 | 122 | 126 | 26 |
| Binary | 1000100 | 1101000 | 1000 | 100011 | 0 | 1011100 | 111011 | 1010010 | 1010110 | 10110 |
Color Harmonies of #446808
Complementary color
Monochromatic Colors of #446808
Black with #446808
Text Example
Text Example
White with #446808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446808; }
p { color: rgb(68,104,8); }
H1.HeaderClassName
{
color: #446808;
}
.AnyTagClassName
{
color: #446808;
}
</style>
background-color css
<style>
a { background-color: #446808; }
a { background-color: rgb(68,104,8); }
div.DivClassName
{
background-color: #446808;
}
.BgClassName
{
background-color: #446808;
}
</style>
border-color css
<style>
span { border-color: #446808; }
span { border-color: rgb(68,104,8); }
td.TdClassName
{
border-color: #446808;
}
.TagClassName
{
border-color: #446808;
}
</style>