Shades of Verdun Green #475C10
Tints of Verdun Green #475C10
RGB
CMYK
RGB Variations
Color information
#475C10 (or 0x475C10) is known color: Verdun Green. HEX triplet: 47, 5C and 10. RGB value is (71,92,16). Sum of RGB (Red+Green+Blue) = 71+92+16=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #475C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475C10 is #B8A3EF. Grayscale: #4D4D4D. Windows color (decimal): -12100592 or 1072199. OLE color: 1072199.
HSL color Cylindrical-coordinate representation of color #475C10: hue angle of 76.58º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #475C10 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 92 | 16 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.64 |
| HSL | 76.58º | 0.7% | 0.21% | - |
| HSV(B) | 76.58º | 0.83% | 0.36% | - |
| XYZ | 6.52 | 9.03 | 1.89 | - |
| YUV | 77.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 16 | 0.23 | 0 | 0.83 | 0.64 | 76.58 | 0.7 | 0.21 |
| Hex | 47 | 5C | 10 | 17 | 0 | 53 | 40 | 4D | 46 | 15 |
| Octal | 107 | 134 | 20 | 27 | 0 | 123 | 100 | 115 | 106 | 25 |
| Binary | 1000111 | 1011100 | 10000 | 10111 | 0 | 1010011 | 1000000 | 1001101 | 1000110 | 10101 |
Color Harmonies of #475C10
Complementary color
Monochromatic Colors of #475C10
Black with #475C10
Text Example
Text Example
White with #475C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C10; }
p { color: rgb(71,92,16); }
H1.HeaderClassName
{
color: #475C10;
}
.AnyTagClassName
{
color: #475C10;
}
</style>
background-color css
<style>
a { background-color: #475C10; }
a { background-color: rgb(71,92,16); }
div.DivClassName
{
background-color: #475C10;
}
.BgClassName
{
background-color: #475C10;
}
</style>
border-color css
<style>
span { border-color: #475C10; }
span { border-color: rgb(71,92,16); }
td.TdClassName
{
border-color: #475C10;
}
.TagClassName
{
border-color: #475C10;
}
</style>