Shades of Verdun Green #474900
Tints of Verdun Green #474900
RGB
CMYK
RGB Variations
Color information
#474900 (or 0x474900) is known color: Verdun Green. HEX triplet: 47, 49 and 00. RGB value is (71,73,0). Sum of RGB (Red+Green+Blue) = 71+73+0=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #474900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474900 is #B8B6FF. Grayscale: #404040. Windows color (decimal): -12105472 or 18759. OLE color: 18759.
HSL color Cylindrical-coordinate representation of color #474900: hue angle of 61.64º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #474900 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.71 |
| HSL | 61.64º | 1% | 0.14% | - |
| HSV(B) | 61.64º | 1% | 0.29% | - |
| XYZ | 4.98 | 6.1 | 0.92 | - |
| YUV | 64.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 0 | 0.03 | 0 | 1 | 0.71 | 61.64 | 1 | 0.14 |
| Hex | 47 | 49 | 0 | 3 | 0 | 64 | 47 | 3E | 64 | E |
| Octal | 107 | 111 | 0 | 3 | 0 | 144 | 107 | 76 | 144 | 16 |
| Binary | 1000111 | 1001001 | 0 | 11 | 0 | 1100100 | 1000111 | 111110 | 1100100 | 1110 |
Color Harmonies of #474900
Complementary color
Monochromatic Colors of #474900
Black with #474900
Text Example
Text Example
White with #474900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474900; }
p { color: rgb(71,73,0); }
H1.HeaderClassName
{
color: #474900;
}
.AnyTagClassName
{
color: #474900;
}
</style>
background-color css
<style>
a { background-color: #474900; }
a { background-color: rgb(71,73,0); }
div.DivClassName
{
background-color: #474900;
}
.BgClassName
{
background-color: #474900;
}
</style>
border-color css
<style>
span { border-color: #474900; }
span { border-color: rgb(71,73,0); }
td.TdClassName
{
border-color: #474900;
}
.TagClassName
{
border-color: #474900;
}
</style>