Shades of Verdun Green #446F03
Tints of Verdun Green #446F03
RGB
CMYK
RGB Variations
Color information
#446F03 (or 0x446F03) is known color: Verdun Green. HEX triplet: 44, 6F and 03. RGB value is (68,111,3). Sum of RGB (Red+Green+Blue) = 68+111+3=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 111 (43.75% from 255 or 60.99% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 111 - color contains mainly: green. Hex color #446F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446F03 is #BB90FC. Grayscale: #565656. Windows color (decimal): -12292349 or 225092. OLE color: 225092.
HSL color Cylindrical-coordinate representation of color #446F03: hue angle of 83.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #446F03 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 111 | 3 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.56 |
| HSL | 83.89º | 0.95% | 0.22% | - |
| HSV(B) | 83.89º | 0.97% | 0.44% | - |
| XYZ | 8.08 | 12.6 | 2.09 | - |
| YUV | 85.83 | 81.25 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 3 | 0.39 | 0 | 0.97 | 0.56 | 83.89 | 0.95 | 0.22 |
| Hex | 44 | 6F | 3 | 27 | 0 | 61 | 38 | 54 | 5F | 16 |
| Octal | 104 | 157 | 3 | 47 | 0 | 141 | 70 | 124 | 137 | 26 |
| Binary | 1000100 | 1101111 | 11 | 100111 | 0 | 1100001 | 111000 | 1010100 | 1011111 | 10110 |
Color Harmonies of #446F03
Complementary color
Monochromatic Colors of #446F03
Black with #446F03
Text Example
Text Example
White with #446F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446F03; }
p { color: rgb(68,111,3); }
H1.HeaderClassName
{
color: #446F03;
}
.AnyTagClassName
{
color: #446F03;
}
</style>
background-color css
<style>
a { background-color: #446F03; }
a { background-color: rgb(68,111,3); }
div.DivClassName
{
background-color: #446F03;
}
.BgClassName
{
background-color: #446F03;
}
</style>
border-color css
<style>
span { border-color: #446F03; }
span { border-color: rgb(68,111,3); }
td.TdClassName
{
border-color: #446F03;
}
.TagClassName
{
border-color: #446F03;
}
</style>