Shades of Verdun Green #475A10
Tints of Verdun Green #475A10
RGB
CMYK
RGB Variations
Color information
#475A10 (or 0x475A10) is known color: Verdun Green. HEX triplet: 47, 5A and 10. RGB value is (71,90,16). Sum of RGB (Red+Green+Blue) = 71+90+16=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #475A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475A10 is #B8A5EF. Grayscale: #4C4C4C. Windows color (decimal): -12101104 or 1071687. OLE color: 1071687.
HSL color Cylindrical-coordinate representation of color #475A10: hue angle of 75.41º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #475A10 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 90 | 16 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.65 |
| HSL | 75.41º | 0.7% | 0.21% | - |
| HSV(B) | 75.41º | 0.82% | 0.35% | - |
| XYZ | 6.35 | 8.69 | 1.83 | - |
| YUV | 75.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 16 | 0.21 | 0 | 0.82 | 0.65 | 75.41 | 0.7 | 0.21 |
| Hex | 47 | 5A | 10 | 15 | 0 | 52 | 41 | 4B | 46 | 15 |
| Octal | 107 | 132 | 20 | 25 | 0 | 122 | 101 | 113 | 106 | 25 |
| Binary | 1000111 | 1011010 | 10000 | 10101 | 0 | 1010010 | 1000001 | 1001011 | 1000110 | 10101 |
Color Harmonies of #475A10
Complementary color
Monochromatic Colors of #475A10
Black with #475A10
Text Example
Text Example
White with #475A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A10; }
p { color: rgb(71,90,16); }
H1.HeaderClassName
{
color: #475A10;
}
.AnyTagClassName
{
color: #475A10;
}
</style>
background-color css
<style>
a { background-color: #475A10; }
a { background-color: rgb(71,90,16); }
div.DivClassName
{
background-color: #475A10;
}
.BgClassName
{
background-color: #475A10;
}
</style>
border-color css
<style>
span { border-color: #475A10; }
span { border-color: rgb(71,90,16); }
td.TdClassName
{
border-color: #475A10;
}
.TagClassName
{
border-color: #475A10;
}
</style>