Shades of Verdun Green #475717
Tints of Verdun Green #475717
RGB
CMYK
RGB Variations
Color information
#475717 (or 0x475717) is known color: Verdun Green. HEX triplet: 47, 57 and 17. RGB value is (71,87,23). Sum of RGB (Red+Green+Blue) = 71+87+23=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #475717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475717 is #B8A8E8. Grayscale: #4B4B4B. Windows color (decimal): -12101865 or 1529671. OLE color: 1529671.
HSL color Cylindrical-coordinate representation of color #475717: hue angle of 75º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #475717 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 87 | 23 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.66 |
| HSL | 75º | 0.58% | 0.22% | - |
| HSV(B) | 75º | 0.74% | 0.34% | - |
| XYZ | 6.16 | 8.22 | 2.07 | - |
| YUV | 74.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 87 | 23 | 0.18 | 0 | 0.74 | 0.66 | 75 | 0.58 | 0.22 |
| Hex | 47 | 57 | 17 | 12 | 0 | 4A | 42 | 4B | 3A | 16 |
| Octal | 107 | 127 | 27 | 22 | 0 | 112 | 102 | 113 | 72 | 26 |
| Binary | 1000111 | 1010111 | 10111 | 10010 | 0 | 1001010 | 1000010 | 1001011 | 111010 | 10110 |
Color Harmonies of #475717
Complementary color
Monochromatic Colors of #475717
Black with #475717
Text Example
Text Example
White with #475717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475717; }
p { color: rgb(71,87,23); }
H1.HeaderClassName
{
color: #475717;
}
.AnyTagClassName
{
color: #475717;
}
</style>
background-color css
<style>
a { background-color: #475717; }
a { background-color: rgb(71,87,23); }
div.DivClassName
{
background-color: #475717;
}
.BgClassName
{
background-color: #475717;
}
</style>
border-color css
<style>
span { border-color: #475717; }
span { border-color: rgb(71,87,23); }
td.TdClassName
{
border-color: #475717;
}
.TagClassName
{
border-color: #475717;
}
</style>