Shades of Verdun Green #496C03
Tints of Verdun Green #496C03
RGB
CMYK
RGB Variations
Color information
#496C03 (or 0x496C03) is known color: Verdun Green. HEX triplet: 49, 6C and 03. RGB value is (73,108,3). Sum of RGB (Red+Green+Blue) = 73+108+3=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 108 (42.58% from 255 or 58.70% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 108 - color contains mainly: green. Hex color #496C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496C03 is #B693FC. Grayscale: #555555. Windows color (decimal): -11965437 or 224329. OLE color: 224329.
HSL color Cylindrical-coordinate representation of color #496C03: hue angle of 80º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #496C03 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 3 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.58 |
| HSL | 80º | 0.95% | 0.22% | - |
| HSV(B) | 80º | 0.97% | 0.42% | - |
| XYZ | 8.13 | 12.15 | 2 | - |
| YUV | 85.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 3 | 0.32 | 0 | 0.97 | 0.58 | 80 | 0.95 | 0.22 |
| Hex | 49 | 6C | 3 | 20 | 0 | 61 | 3A | 50 | 5F | 16 |
| Octal | 111 | 154 | 3 | 40 | 0 | 141 | 72 | 120 | 137 | 26 |
| Binary | 1001001 | 1101100 | 11 | 100000 | 0 | 1100001 | 111010 | 1010000 | 1011111 | 10110 |
Color Harmonies of #496C03
Complementary color
Monochromatic Colors of #496C03
Black with #496C03
Text Example
Text Example
White with #496C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C03; }
p { color: rgb(73,108,3); }
H1.HeaderClassName
{
color: #496C03;
}
.AnyTagClassName
{
color: #496C03;
}
</style>
background-color css
<style>
a { background-color: #496C03; }
a { background-color: rgb(73,108,3); }
div.DivClassName
{
background-color: #496C03;
}
.BgClassName
{
background-color: #496C03;
}
</style>
border-color css
<style>
span { border-color: #496C03; }
span { border-color: rgb(73,108,3); }
td.TdClassName
{
border-color: #496C03;
}
.TagClassName
{
border-color: #496C03;
}
</style>