Shades of Verdun Green #475D00
Tints of Verdun Green #475D00
RGB
CMYK
RGB Variations
Color information
#475D00 (or 0x475D00) is known color: Verdun Green. HEX triplet: 47, 5D and 00. RGB value is (71,93,0). Sum of RGB (Red+Green+Blue) = 71+93+0=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 93 (36.72% from 255 or 56.71% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 93 - color contains mainly: green. Hex color #475D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475D00 is #B8A2FF. Grayscale: #4C4C4C. Windows color (decimal): -12100352 or 23879. OLE color: 23879.
HSL color Cylindrical-coordinate representation of color #475D00: hue angle of 74.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 #475D00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 93 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.64 |
| HSL | 74.19º | 1% | 0.18% | - |
| HSV(B) | 74.19º | 1% | 0.36% | - |
| XYZ | 6.51 | 9.17 | 1.43 | - |
| YUV | 75.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 0 | 0.24 | 0 | 1 | 0.64 | 74.19 | 1 | 0.18 |
| Hex | 47 | 5D | 0 | 18 | 0 | 64 | 40 | 4A | 64 | 12 |
| Octal | 107 | 135 | 0 | 30 | 0 | 144 | 100 | 112 | 144 | 22 |
| Binary | 1000111 | 1011101 | 0 | 11000 | 0 | 1100100 | 1000000 | 1001010 | 1100100 | 10010 |
Color Harmonies of #475D00
Complementary color
Monochromatic Colors of #475D00
Black with #475D00
Text Example
Text Example
White with #475D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D00; }
p { color: rgb(71,93,0); }
H1.HeaderClassName
{
color: #475D00;
}
.AnyTagClassName
{
color: #475D00;
}
</style>
background-color css
<style>
a { background-color: #475D00; }
a { background-color: rgb(71,93,0); }
div.DivClassName
{
background-color: #475D00;
}
.BgClassName
{
background-color: #475D00;
}
</style>
border-color css
<style>
span { border-color: #475D00; }
span { border-color: rgb(71,93,0); }
td.TdClassName
{
border-color: #475D00;
}
.TagClassName
{
border-color: #475D00;
}
</style>