Shades of Verdun Green #446D07
Tints of Verdun Green #446D07
RGB
CMYK
RGB Variations
Color information
#446D07 (or 0x446D07) is known color: Verdun Green. HEX triplet: 44, 6D and 07. RGB value is (68,109,7). Sum of RGB (Red+Green+Blue) = 68+109+7=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 109 (42.97% from 255 or 59.24% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 109 - color contains mainly: green. Hex color #446D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446D07 is #BB92F8. Grayscale: #555555. Windows color (decimal): -12292857 or 486724. OLE color: 486724.
HSL color Cylindrical-coordinate representation of color #446D07: hue angle of 84.12º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #446D07 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 109 | 7 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.57 |
| HSL | 84.12º | 0.88% | 0.23% | - |
| HSV(B) | 84.12º | 0.94% | 0.43% | - |
| XYZ | 7.89 | 12.18 | 2.14 | - |
| YUV | 85.11 | 83.92 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 7 | 0.38 | 0 | 0.94 | 0.57 | 84.12 | 0.88 | 0.23 |
| Hex | 44 | 6D | 7 | 26 | 0 | 5E | 39 | 54 | 58 | 17 |
| Octal | 104 | 155 | 7 | 46 | 0 | 136 | 71 | 124 | 130 | 27 |
| Binary | 1000100 | 1101101 | 111 | 100110 | 0 | 1011110 | 111001 | 1010100 | 1011000 | 10111 |
Color Harmonies of #446D07
Complementary color
Monochromatic Colors of #446D07
Black with #446D07
Text Example
Text Example
White with #446D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D07; }
p { color: rgb(68,109,7); }
H1.HeaderClassName
{
color: #446D07;
}
.AnyTagClassName
{
color: #446D07;
}
</style>
background-color css
<style>
a { background-color: #446D07; }
a { background-color: rgb(68,109,7); }
div.DivClassName
{
background-color: #446D07;
}
.BgClassName
{
background-color: #446D07;
}
</style>
border-color css
<style>
span { border-color: #446D07; }
span { border-color: rgb(68,109,7); }
td.TdClassName
{
border-color: #446D07;
}
.TagClassName
{
border-color: #446D07;
}
</style>