Shades of Verdun Green #475313
Tints of Verdun Green #475313
RGB
CMYK
RGB Variations
Color information
#475313 (or 0x475313) is known color: Verdun Green. HEX triplet: 47, 53 and 13. RGB value is (71,83,19). Sum of RGB (Red+Green+Blue) = 71+83+19=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #475313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475313 is #B8ACEC. Grayscale: #484848. Windows color (decimal): -12102893 or 1266503. OLE color: 1266503.
HSL color Cylindrical-coordinate representation of color #475313: hue angle of 71.25º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #475313 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 19 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.67 |
| HSL | 71.25º | 0.63% | 0.2% | - |
| HSV(B) | 71.25º | 0.77% | 0.33% | - |
| XYZ | 5.81 | 7.57 | 1.77 | - |
| YUV | 72.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 19 | 0.14 | 0 | 0.77 | 0.67 | 71.25 | 0.63 | 0.2 |
| Hex | 47 | 53 | 13 | E | 0 | 4D | 43 | 47 | 3F | 14 |
| Octal | 107 | 123 | 23 | 16 | 0 | 115 | 103 | 107 | 77 | 24 |
| Binary | 1000111 | 1010011 | 10011 | 1110 | 0 | 1001101 | 1000011 | 1000111 | 111111 | 10100 |
Color Harmonies of #475313
Complementary color
Monochromatic Colors of #475313
Black with #475313
Text Example
Text Example
White with #475313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475313; }
p { color: rgb(71,83,19); }
H1.HeaderClassName
{
color: #475313;
}
.AnyTagClassName
{
color: #475313;
}
</style>
background-color css
<style>
a { background-color: #475313; }
a { background-color: rgb(71,83,19); }
div.DivClassName
{
background-color: #475313;
}
.BgClassName
{
background-color: #475313;
}
</style>
border-color css
<style>
span { border-color: #475313; }
span { border-color: rgb(71,83,19); }
td.TdClassName
{
border-color: #475313;
}
.TagClassName
{
border-color: #475313;
}
</style>