Shades of Verdun Green #446005
Tints of Verdun Green #446005
RGB
CMYK
RGB Variations
Color information
#446005 (or 0x446005) is known color: Verdun Green. HEX triplet: 44, 60 and 05. RGB value is (68,96,5). Sum of RGB (Red+Green+Blue) = 68+96+5=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #446005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446005 is #BB9FFA. Grayscale: #4D4D4D. Windows color (decimal): -12296187 or 352324. OLE color: 352324.
HSL color Cylindrical-coordinate representation of color #446005: hue angle of 78.46º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #446005 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 96 | 5 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.62 |
| HSL | 78.46º | 0.9% | 0.2% | - |
| HSV(B) | 78.46º | 0.95% | 0.38% | - |
| XYZ | 6.59 | 9.61 | 1.65 | - |
| YUV | 77.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 5 | 0.29 | 0 | 0.95 | 0.62 | 78.46 | 0.9 | 0.2 |
| Hex | 44 | 60 | 5 | 1D | 0 | 5F | 3E | 4E | 5A | 14 |
| Octal | 104 | 140 | 5 | 35 | 0 | 137 | 76 | 116 | 132 | 24 |
| Binary | 1000100 | 1100000 | 101 | 11101 | 0 | 1011111 | 111110 | 1001110 | 1011010 | 10100 |
Color Harmonies of #446005
Complementary color
Monochromatic Colors of #446005
Black with #446005
Text Example
Text Example
White with #446005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446005; }
p { color: rgb(68,96,5); }
H1.HeaderClassName
{
color: #446005;
}
.AnyTagClassName
{
color: #446005;
}
</style>
background-color css
<style>
a { background-color: #446005; }
a { background-color: rgb(68,96,5); }
div.DivClassName
{
background-color: #446005;
}
.BgClassName
{
background-color: #446005;
}
</style>
border-color css
<style>
span { border-color: #446005; }
span { border-color: rgb(68,96,5); }
td.TdClassName
{
border-color: #446005;
}
.TagClassName
{
border-color: #446005;
}
</style>