Shades of Verdun Green #496F00
Tints of Verdun Green #496F00
RGB
CMYK
RGB Variations
Color information
#496F00 (or 0x496F00) is known color: Verdun Green. HEX triplet: 49, 6F and 00. RGB value is (73,111,0). Sum of RGB (Red+Green+Blue) = 73+111+0=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #496F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F00 is #B690FF. Grayscale: #575757. Windows color (decimal): -11964672 or 28489. OLE color: 28489.
HSL color Cylindrical-coordinate representation of color #496F00: hue angle of 80.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #496F00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 111 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.56 |
| HSL | 80.54º | 1% | 0.22% | - |
| HSV(B) | 80.54º | 1% | 0.44% | - |
| XYZ | 8.43 | 12.79 | 2.02 | - |
| YUV | 86.98 | 78.91 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 0 | 0.34 | 0 | 1 | 0.56 | 80.54 | 1 | 0.22 |
| Hex | 49 | 6F | 0 | 22 | 0 | 64 | 38 | 51 | 64 | 16 |
| Octal | 111 | 157 | 0 | 42 | 0 | 144 | 70 | 121 | 144 | 26 |
| Binary | 1001001 | 1101111 | 0 | 100010 | 0 | 1100100 | 111000 | 1010001 | 1100100 | 10110 |
Color Harmonies of #496F00
Complementary color
Monochromatic Colors of #496F00
Black with #496F00
Text Example
Text Example
White with #496F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496F00; }
p { color: rgb(73,111,0); }
H1.HeaderClassName
{
color: #496F00;
}
.AnyTagClassName
{
color: #496F00;
}
</style>
background-color css
<style>
a { background-color: #496F00; }
a { background-color: rgb(73,111,0); }
div.DivClassName
{
background-color: #496F00;
}
.BgClassName
{
background-color: #496F00;
}
</style>
border-color css
<style>
span { border-color: #496F00; }
span { border-color: rgb(73,111,0); }
td.TdClassName
{
border-color: #496F00;
}
.TagClassName
{
border-color: #496F00;
}
</style>