Shades of Verdun Green #475000
Tints of Verdun Green #475000
RGB
CMYK
RGB Variations
Color information
#475000 (or 0x475000) is known color: Verdun Green. HEX triplet: 47, 50 and 00. RGB value is (71,80,0). Sum of RGB (Red+Green+Blue) = 71+80+0=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #475000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475000 is #B8AFFF. Grayscale: #444444. Windows color (decimal): -12103680 or 20551. OLE color: 20551.
HSL color Cylindrical-coordinate representation of color #475000: hue angle of 66.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #475000 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 80 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.69 |
| HSL | 66.75º | 1% | 0.16% | - |
| HSV(B) | 66.75º | 1% | 0.31% | - |
| XYZ | 5.47 | 7.08 | 1.08 | - |
| YUV | 68.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 0 | 0.11 | 0 | 1 | 0.69 | 66.75 | 1 | 0.16 |
| Hex | 47 | 50 | 0 | B | 0 | 64 | 45 | 43 | 64 | 10 |
| Octal | 107 | 120 | 0 | 13 | 0 | 144 | 105 | 103 | 144 | 20 |
| Binary | 1000111 | 1010000 | 0 | 1011 | 0 | 1100100 | 1000101 | 1000011 | 1100100 | 10000 |
Color Harmonies of #475000
Complementary color
Monochromatic Colors of #475000
Black with #475000
Text Example
Text Example
White with #475000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475000; }
p { color: rgb(71,80,0); }
H1.HeaderClassName
{
color: #475000;
}
.AnyTagClassName
{
color: #475000;
}
</style>
background-color css
<style>
a { background-color: #475000; }
a { background-color: rgb(71,80,0); }
div.DivClassName
{
background-color: #475000;
}
.BgClassName
{
background-color: #475000;
}
</style>
border-color css
<style>
span { border-color: #475000; }
span { border-color: rgb(71,80,0); }
td.TdClassName
{
border-color: #475000;
}
.TagClassName
{
border-color: #475000;
}
</style>