Shades of Verdun Green #446707
Tints of Verdun Green #446707
RGB
CMYK
RGB Variations
Color information
#446707 (or 0x446707) is known color: Verdun Green. HEX triplet: 44, 67 and 07. RGB value is (68,103,7). Sum of RGB (Red+Green+Blue) = 68+103+7=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #446707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446707 is #BB98F8. Grayscale: #515151. Windows color (decimal): -12294393 or 485188. OLE color: 485188.
HSL color Cylindrical-coordinate representation of color #446707: hue angle of 81.87º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #446707 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 103 | 7 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.60 |
| HSL | 81.87º | 0.87% | 0.22% | - |
| HSV(B) | 81.87º | 0.93% | 0.4% | - |
| XYZ | 7.27 | 10.94 | 1.93 | - |
| YUV | 81.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 7 | 0.34 | 0 | 0.93 | 0.60 | 81.87 | 0.87 | 0.22 |
| Hex | 44 | 67 | 7 | 22 | 0 | 5D | 3C | 52 | 57 | 16 |
| Octal | 104 | 147 | 7 | 42 | 0 | 135 | 74 | 122 | 127 | 26 |
| Binary | 1000100 | 1100111 | 111 | 100010 | 0 | 1011101 | 111100 | 1010010 | 1010111 | 10110 |
Color Harmonies of #446707
Complementary color
Monochromatic Colors of #446707
Black with #446707
Text Example
Text Example
White with #446707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446707; }
p { color: rgb(68,103,7); }
H1.HeaderClassName
{
color: #446707;
}
.AnyTagClassName
{
color: #446707;
}
</style>
background-color css
<style>
a { background-color: #446707; }
a { background-color: rgb(68,103,7); }
div.DivClassName
{
background-color: #446707;
}
.BgClassName
{
background-color: #446707;
}
</style>
border-color css
<style>
span { border-color: #446707; }
span { border-color: rgb(68,103,7); }
td.TdClassName
{
border-color: #446707;
}
.TagClassName
{
border-color: #446707;
}
</style>