Shades of Verdun Green #476500
Tints of Verdun Green #476500
RGB
CMYK
RGB Variations
Color information
#476500 (or 0x476500) is known color: Verdun Green. HEX triplet: 47, 65 and 00. RGB value is (71,101,0). Sum of RGB (Red+Green+Blue) = 71+101+0=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 101 (39.84% from 255 or 58.72% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 101 - color contains mainly: green. Hex color #476500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476500 is #B89AFF. Grayscale: #505050. Windows color (decimal): -12098304 or 25927. OLE color: 25927.
HSL color Cylindrical-coordinate representation of color #476500: hue angle of 77.82º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #476500 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 101 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.60 |
| HSL | 77.82º | 1% | 0.2% | - |
| HSV(B) | 77.82º | 1% | 0.4% | - |
| XYZ | 7.25 | 10.65 | 1.67 | - |
| YUV | 80.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 0 | 0.30 | 0 | 1 | 0.60 | 77.82 | 1 | 0.2 |
| Hex | 47 | 65 | 0 | 1E | 0 | 64 | 3C | 4E | 64 | 14 |
| Octal | 107 | 145 | 0 | 36 | 0 | 144 | 74 | 116 | 144 | 24 |
| Binary | 1000111 | 1100101 | 0 | 11110 | 0 | 1100100 | 111100 | 1001110 | 1100100 | 10100 |
Color Harmonies of #476500
Complementary color
Monochromatic Colors of #476500
Black with #476500
Text Example
Text Example
White with #476500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476500; }
p { color: rgb(71,101,0); }
H1.HeaderClassName
{
color: #476500;
}
.AnyTagClassName
{
color: #476500;
}
</style>
background-color css
<style>
a { background-color: #476500; }
a { background-color: rgb(71,101,0); }
div.DivClassName
{
background-color: #476500;
}
.BgClassName
{
background-color: #476500;
}
</style>
border-color css
<style>
span { border-color: #476500; }
span { border-color: rgb(71,101,0); }
td.TdClassName
{
border-color: #476500;
}
.TagClassName
{
border-color: #476500;
}
</style>