Shades of Verdun Green #476A00
Tints of Verdun Green #476A00
RGB
CMYK
RGB Variations
Color information
#476A00 (or 0x476A00) is known color: Verdun Green. HEX triplet: 47, 6A and 00. RGB value is (71,106,0). Sum of RGB (Red+Green+Blue) = 71+106+0=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 106 (41.80% from 255 or 59.89% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 106 - color contains mainly: green. Hex color #476A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476A00 is #B895FF. Grayscale: #535353. Windows color (decimal): -12097024 or 27207. OLE color: 27207.
HSL color Cylindrical-coordinate representation of color #476A00: hue angle of 79.81º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #476A00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 106 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.58 |
| HSL | 79.81º | 1% | 0.21% | - |
| HSV(B) | 79.81º | 1% | 0.42% | - |
| XYZ | 7.75 | 11.65 | 1.84 | - |
| YUV | 83.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 0 | 0.33 | 0 | 1 | 0.58 | 79.81 | 1 | 0.21 |
| Hex | 47 | 6A | 0 | 21 | 0 | 64 | 3A | 50 | 64 | 15 |
| Octal | 107 | 152 | 0 | 41 | 0 | 144 | 72 | 120 | 144 | 25 |
| Binary | 1000111 | 1101010 | 0 | 100001 | 0 | 1100100 | 111010 | 1010000 | 1100100 | 10101 |
Color Harmonies of #476A00
Complementary color
Monochromatic Colors of #476A00
Black with #476A00
Text Example
Text Example
White with #476A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476A00; }
p { color: rgb(71,106,0); }
H1.HeaderClassName
{
color: #476A00;
}
.AnyTagClassName
{
color: #476A00;
}
</style>
background-color css
<style>
a { background-color: #476A00; }
a { background-color: rgb(71,106,0); }
div.DivClassName
{
background-color: #476A00;
}
.BgClassName
{
background-color: #476A00;
}
</style>
border-color css
<style>
span { border-color: #476A00; }
span { border-color: rgb(71,106,0); }
td.TdClassName
{
border-color: #476A00;
}
.TagClassName
{
border-color: #476A00;
}
</style>