Shades of Verdun Green #446402
Tints of Verdun Green #446402
RGB
CMYK
RGB Variations
Color information
#446402 (or 0x446402) is known color: Verdun Green. HEX triplet: 44, 64 and 02. RGB value is (68,100,2). Sum of RGB (Red+Green+Blue) = 68+100+2=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #446402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446402 is #BB9BFD. Grayscale: #4F4F4F. Windows color (decimal): -12295166 or 156740. OLE color: 156740.
HSL color Cylindrical-coordinate representation of color #446402: hue angle of 79.59º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #446402 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 100 | 2 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.61 |
| HSL | 79.59º | 0.96% | 0.2% | - |
| HSV(B) | 79.59º | 0.98% | 0.39% | - |
| XYZ | 6.95 | 10.35 | 1.69 | - |
| YUV | 79.26 | 84.4 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 2 | 0.32 | 0 | 0.98 | 0.61 | 79.59 | 0.96 | 0.2 |
| Hex | 44 | 64 | 2 | 20 | 0 | 62 | 3D | 50 | 60 | 14 |
| Octal | 104 | 144 | 2 | 40 | 0 | 142 | 75 | 120 | 140 | 24 |
| Binary | 1000100 | 1100100 | 10 | 100000 | 0 | 1100010 | 111101 | 1010000 | 1100000 | 10100 |
Color Harmonies of #446402
Complementary color
Monochromatic Colors of #446402
Black with #446402
Text Example
Text Example
White with #446402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446402; }
p { color: rgb(68,100,2); }
H1.HeaderClassName
{
color: #446402;
}
.AnyTagClassName
{
color: #446402;
}
</style>
background-color css
<style>
a { background-color: #446402; }
a { background-color: rgb(68,100,2); }
div.DivClassName
{
background-color: #446402;
}
.BgClassName
{
background-color: #446402;
}
</style>
border-color css
<style>
span { border-color: #446402; }
span { border-color: rgb(68,100,2); }
td.TdClassName
{
border-color: #446402;
}
.TagClassName
{
border-color: #446402;
}
</style>