Shades of Verdun Green #446902
Tints of Verdun Green #446902
RGB
CMYK
RGB Variations
Color information
#446902 (or 0x446902) is known color: Verdun Green. HEX triplet: 44, 69 and 02. RGB value is (68,105,2). Sum of RGB (Red+Green+Blue) = 68+105+2=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #446902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446902 is #BB96FD. Grayscale: #525252. Windows color (decimal): -12293886 or 158020. OLE color: 158020.
HSL color Cylindrical-coordinate representation of color #446902: hue angle of 81.55º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #446902 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 105 | 2 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.59 |
| HSL | 81.55º | 0.96% | 0.21% | - |
| HSV(B) | 81.55º | 0.98% | 0.41% | - |
| XYZ | 7.45 | 11.34 | 1.85 | - |
| YUV | 82.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 2 | 0.35 | 0 | 0.98 | 0.59 | 81.55 | 0.96 | 0.21 |
| Hex | 44 | 69 | 2 | 23 | 0 | 62 | 3B | 52 | 60 | 15 |
| Octal | 104 | 151 | 2 | 43 | 0 | 142 | 73 | 122 | 140 | 25 |
| Binary | 1000100 | 1101001 | 10 | 100011 | 0 | 1100010 | 111011 | 1010010 | 1100000 | 10101 |
Color Harmonies of #446902
Complementary color
Monochromatic Colors of #446902
Black with #446902
Text Example
Text Example
White with #446902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446902; }
p { color: rgb(68,105,2); }
H1.HeaderClassName
{
color: #446902;
}
.AnyTagClassName
{
color: #446902;
}
</style>
background-color css
<style>
a { background-color: #446902; }
a { background-color: rgb(68,105,2); }
div.DivClassName
{
background-color: #446902;
}
.BgClassName
{
background-color: #446902;
}
</style>
border-color css
<style>
span { border-color: #446902; }
span { border-color: rgb(68,105,2); }
td.TdClassName
{
border-color: #446902;
}
.TagClassName
{
border-color: #446902;
}
</style>