Shades of Verdun Green #496303
Tints of Verdun Green #496303
RGB
CMYK
RGB Variations
Color information
#496303 (or 0x496303) is known color: Verdun Green. HEX triplet: 49, 63 and 03. RGB value is (73,99,3). Sum of RGB (Red+Green+Blue) = 73+99+3=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #496303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496303 is #B69CFC. Grayscale: #505050. Windows color (decimal): -11967741 or 222025. OLE color: 222025.
HSL color Cylindrical-coordinate representation of color #496303: hue angle of 76.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #496303 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 99 | 3 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.61 |
| HSL | 76.25º | 0.94% | 0.2% | - |
| HSV(B) | 76.25º | 0.97% | 0.39% | - |
| XYZ | 7.23 | 10.35 | 1.7 | - |
| YUV | 80.28 | 84.39 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 3 | 0.26 | 0 | 0.97 | 0.61 | 76.25 | 0.94 | 0.2 |
| Hex | 49 | 63 | 3 | 1A | 0 | 61 | 3D | 4C | 5E | 14 |
| Octal | 111 | 143 | 3 | 32 | 0 | 141 | 75 | 114 | 136 | 24 |
| Binary | 1001001 | 1100011 | 11 | 11010 | 0 | 1100001 | 111101 | 1001100 | 1011110 | 10100 |
Color Harmonies of #496303
Complementary color
Monochromatic Colors of #496303
Black with #496303
Text Example
Text Example
White with #496303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496303; }
p { color: rgb(73,99,3); }
H1.HeaderClassName
{
color: #496303;
}
.AnyTagClassName
{
color: #496303;
}
</style>
background-color css
<style>
a { background-color: #496303; }
a { background-color: rgb(73,99,3); }
div.DivClassName
{
background-color: #496303;
}
.BgClassName
{
background-color: #496303;
}
</style>
border-color css
<style>
span { border-color: #496303; }
span { border-color: rgb(73,99,3); }
td.TdClassName
{
border-color: #496303;
}
.TagClassName
{
border-color: #496303;
}
</style>