Shades of Verdun Green #446500
Tints of Verdun Green #446500
RGB
CMYK
RGB Variations
Color information
#446500 (or 0x446500) is known color: Verdun Green. HEX triplet: 44, 65 and 00. RGB value is (68,101,0). Sum of RGB (Red+Green+Blue) = 68+101+0=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #446500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446500 is #BB9AFF. Grayscale: #4F4F4F. Windows color (decimal): -12294912 or 25924. OLE color: 25924.
HSL color Cylindrical-coordinate representation of color #446500: hue angle of 79.6º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #446500 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 101 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.60 |
| HSL | 79.6º | 1% | 0.2% | - |
| HSV(B) | 79.6º | 1% | 0.4% | - |
| XYZ | 7.04 | 10.54 | 1.66 | - |
| YUV | 79.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 0 | 0.33 | 0 | 1 | 0.60 | 79.6 | 1 | 0.2 |
| Hex | 44 | 65 | 0 | 21 | 0 | 64 | 3C | 50 | 64 | 14 |
| Octal | 104 | 145 | 0 | 41 | 0 | 144 | 74 | 120 | 144 | 24 |
| Binary | 1000100 | 1100101 | 0 | 100001 | 0 | 1100100 | 111100 | 1010000 | 1100100 | 10100 |
Color Harmonies of #446500
Complementary color
Monochromatic Colors of #446500
Black with #446500
Text Example
Text Example
White with #446500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446500; }
p { color: rgb(68,101,0); }
H1.HeaderClassName
{
color: #446500;
}
.AnyTagClassName
{
color: #446500;
}
</style>
background-color css
<style>
a { background-color: #446500; }
a { background-color: rgb(68,101,0); }
div.DivClassName
{
background-color: #446500;
}
.BgClassName
{
background-color: #446500;
}
</style>
border-color css
<style>
span { border-color: #446500; }
span { border-color: rgb(68,101,0); }
td.TdClassName
{
border-color: #446500;
}
.TagClassName
{
border-color: #446500;
}
</style>