Shades of Verdun Green #475321
Tints of Verdun Green #475321
RGB
CMYK
RGB Variations
Color information
#475321 (or 0x475321) is known color: Verdun Green. HEX triplet: 47, 53 and 21. RGB value is (71,83,33). Sum of RGB (Red+Green+Blue) = 71+83+33=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #475321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475321 is #B8ACDE. Grayscale: #494949. Windows color (decimal): -12102879 or 2184007. OLE color: 2184007.
HSL color Cylindrical-coordinate representation of color #475321: hue angle of 74.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #475321 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 33 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.67 |
| HSL | 74.4º | 0.43% | 0.23% | - |
| HSV(B) | 74.4º | 0.6% | 0.33% | - |
| XYZ | 5.97 | 7.64 | 2.6 | - |
| YUV | 73.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 33 | 0.14 | 0 | 0.60 | 0.67 | 74.4 | 0.43 | 0.23 |
| Hex | 47 | 53 | 21 | E | 0 | 3C | 43 | 4A | 2B | 17 |
| Octal | 107 | 123 | 41 | 16 | 0 | 74 | 103 | 112 | 53 | 27 |
| Binary | 1000111 | 1010011 | 100001 | 1110 | 0 | 111100 | 1000011 | 1001010 | 101011 | 10111 |
Color Harmonies of #475321
Complementary color
Monochromatic Colors of #475321
Black with #475321
Text Example
Text Example
White with #475321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475321; }
p { color: rgb(71,83,33); }
H1.HeaderClassName
{
color: #475321;
}
.AnyTagClassName
{
color: #475321;
}
</style>
background-color css
<style>
a { background-color: #475321; }
a { background-color: rgb(71,83,33); }
div.DivClassName
{
background-color: #475321;
}
.BgClassName
{
background-color: #475321;
}
</style>
border-color css
<style>
span { border-color: #475321; }
span { border-color: rgb(71,83,33); }
td.TdClassName
{
border-color: #475321;
}
.TagClassName
{
border-color: #475321;
}
</style>