Shades of Verdun Green #475007
Tints of Verdun Green #475007
RGB
CMYK
RGB Variations
Color information
#475007 (or 0x475007) is known color: Verdun Green. HEX triplet: 47, 50 and 07. RGB value is (71,80,7). Sum of RGB (Red+Green+Blue) = 71+80+7=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #475007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475007 is #B8AFF8. Grayscale: #454545. Windows color (decimal): -12103673 or 479303. OLE color: 479303.
HSL color Cylindrical-coordinate representation of color #475007: hue angle of 67.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #475007 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 80 | 7 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.69 |
| HSL | 67.4º | 0.84% | 0.17% | - |
| HSV(B) | 67.4º | 0.91% | 0.31% | - |
| XYZ | 5.51 | 7.09 | 1.28 | - |
| YUV | 68.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 7 | 0.11 | 0 | 0.91 | 0.69 | 67.4 | 0.84 | 0.17 |
| Hex | 47 | 50 | 7 | B | 0 | 5B | 45 | 43 | 54 | 11 |
| Octal | 107 | 120 | 7 | 13 | 0 | 133 | 105 | 103 | 124 | 21 |
| Binary | 1000111 | 1010000 | 111 | 1011 | 0 | 1011011 | 1000101 | 1000011 | 1010100 | 10001 |
Color Harmonies of #475007
Complementary color
Monochromatic Colors of #475007
Black with #475007
Text Example
Text Example
White with #475007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475007; }
p { color: rgb(71,80,7); }
H1.HeaderClassName
{
color: #475007;
}
.AnyTagClassName
{
color: #475007;
}
</style>
background-color css
<style>
a { background-color: #475007; }
a { background-color: rgb(71,80,7); }
div.DivClassName
{
background-color: #475007;
}
.BgClassName
{
background-color: #475007;
}
</style>
border-color css
<style>
span { border-color: #475007; }
span { border-color: rgb(71,80,7); }
td.TdClassName
{
border-color: #475007;
}
.TagClassName
{
border-color: #475007;
}
</style>