Shades of Verdun Green #475B00
Tints of Verdun Green #475B00
RGB
CMYK
RGB Variations
Color information
#475B00 (or 0x475B00) is known color: Verdun Green. HEX triplet: 47, 5B and 00. RGB value is (71,91,0). Sum of RGB (Red+Green+Blue) = 71+91+0=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 91 (35.94% from 255 or 56.17% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 91 - color contains mainly: green. Hex color #475B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475B00 is #B8A4FF. Grayscale: #4A4A4A. Windows color (decimal): -12100864 or 23367. OLE color: 23367.
HSL color Cylindrical-coordinate representation of color #475B00: hue angle of 73.19º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #475B00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 91 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.64 |
| HSL | 73.19º | 1% | 0.18% | - |
| HSV(B) | 73.19º | 1% | 0.36% | - |
| XYZ | 6.34 | 8.82 | 1.37 | - |
| YUV | 74.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 0 | 0.22 | 0 | 1 | 0.64 | 73.19 | 1 | 0.18 |
| Hex | 47 | 5B | 0 | 16 | 0 | 64 | 40 | 49 | 64 | 12 |
| Octal | 107 | 133 | 0 | 26 | 0 | 144 | 100 | 111 | 144 | 22 |
| Binary | 1000111 | 1011011 | 0 | 10110 | 0 | 1100100 | 1000000 | 1001001 | 1100100 | 10010 |
Color Harmonies of #475B00
Complementary color
Monochromatic Colors of #475B00
Black with #475B00
Text Example
Text Example
White with #475B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B00; }
p { color: rgb(71,91,0); }
H1.HeaderClassName
{
color: #475B00;
}
.AnyTagClassName
{
color: #475B00;
}
</style>
background-color css
<style>
a { background-color: #475B00; }
a { background-color: rgb(71,91,0); }
div.DivClassName
{
background-color: #475B00;
}
.BgClassName
{
background-color: #475B00;
}
</style>
border-color css
<style>
span { border-color: #475B00; }
span { border-color: rgb(71,91,0); }
td.TdClassName
{
border-color: #475B00;
}
.TagClassName
{
border-color: #475B00;
}
</style>