Shades of Verdun Green #474803
Tints of Verdun Green #474803
RGB
CMYK
RGB Variations
Color information
#474803 (or 0x474803) is known color: Verdun Green. HEX triplet: 47, 48 and 03. RGB value is (71,72,3). Sum of RGB (Red+Green+Blue) = 71+72+3=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #474803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474803 is #B8B7FC. Grayscale: #404040. Windows color (decimal): -12105725 or 215111. OLE color: 215111.
HSL color Cylindrical-coordinate representation of color #474803: hue angle of 60.87º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #474803 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 72 | 3 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.72 |
| HSL | 60.87º | 0.92% | 0.15% | - |
| HSV(B) | 60.87º | 0.96% | 0.28% | - |
| XYZ | 4.93 | 5.98 | 0.98 | - |
| YUV | 63.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 3 | 0.01 | 0 | 0.96 | 0.72 | 60.87 | 0.92 | 0.15 |
| Hex | 47 | 48 | 3 | 1 | 0 | 60 | 48 | 3D | 5C | F |
| Octal | 107 | 110 | 3 | 1 | 0 | 140 | 110 | 75 | 134 | 17 |
| Binary | 1000111 | 1001000 | 11 | 1 | 0 | 1100000 | 1001000 | 111101 | 1011100 | 1111 |
Color Harmonies of #474803
Complementary color
Monochromatic Colors of #474803
Black with #474803
Text Example
Text Example
White with #474803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474803; }
p { color: rgb(71,72,3); }
H1.HeaderClassName
{
color: #474803;
}
.AnyTagClassName
{
color: #474803;
}
</style>
background-color css
<style>
a { background-color: #474803; }
a { background-color: rgb(71,72,3); }
div.DivClassName
{
background-color: #474803;
}
.BgClassName
{
background-color: #474803;
}
</style>
border-color css
<style>
span { border-color: #474803; }
span { border-color: rgb(71,72,3); }
td.TdClassName
{
border-color: #474803;
}
.TagClassName
{
border-color: #474803;
}
</style>