Shades of Verdun Green #446002
Tints of Verdun Green #446002
RGB
CMYK
RGB Variations
Color information
#446002 (or 0x446002) is known color: Verdun Green. HEX triplet: 44, 60 and 02. RGB value is (68,96,2). Sum of RGB (Red+Green+Blue) = 68+96+2=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #446002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446002 is #BB9FFD. Grayscale: #4D4D4D. Windows color (decimal): -12296190 or 155716. OLE color: 155716.
HSL color Cylindrical-coordinate representation of color #446002: hue angle of 77.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #446002 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 96 | 2 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.62 |
| HSL | 77.87º | 0.96% | 0.19% | - |
| HSV(B) | 77.87º | 0.98% | 0.38% | - |
| XYZ | 6.58 | 9.6 | 1.56 | - |
| YUV | 76.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 2 | 0.29 | 0 | 0.98 | 0.62 | 77.87 | 0.96 | 0.19 |
| Hex | 44 | 60 | 2 | 1D | 0 | 62 | 3E | 4E | 60 | 13 |
| Octal | 104 | 140 | 2 | 35 | 0 | 142 | 76 | 116 | 140 | 23 |
| Binary | 1000100 | 1100000 | 10 | 11101 | 0 | 1100010 | 111110 | 1001110 | 1100000 | 10011 |
Color Harmonies of #446002
Complementary color
Monochromatic Colors of #446002
Black with #446002
Text Example
Text Example
White with #446002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446002; }
p { color: rgb(68,96,2); }
H1.HeaderClassName
{
color: #446002;
}
.AnyTagClassName
{
color: #446002;
}
</style>
background-color css
<style>
a { background-color: #446002; }
a { background-color: rgb(68,96,2); }
div.DivClassName
{
background-color: #446002;
}
.BgClassName
{
background-color: #446002;
}
</style>
border-color css
<style>
span { border-color: #446002; }
span { border-color: rgb(68,96,2); }
td.TdClassName
{
border-color: #446002;
}
.TagClassName
{
border-color: #446002;
}
</style>