Shades of Verdun Green #475101
Tints of Verdun Green #475101
RGB
CMYK
RGB Variations
Color information
#475101 (or 0x475101) is known color: Verdun Green. HEX triplet: 47, 51 and 01. RGB value is (71,81,1). Sum of RGB (Red+Green+Blue) = 71+81+1=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #475101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475101 is #B8AEFE. Grayscale: #454545. Windows color (decimal): -12103423 or 86343. OLE color: 86343.
HSL color Cylindrical-coordinate representation of color #475101: hue angle of 67.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #475101 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 81 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.68 |
| HSL | 67.5º | 0.98% | 0.16% | - |
| HSV(B) | 67.5º | 0.99% | 0.32% | - |
| XYZ | 5.55 | 7.23 | 1.13 | - |
| YUV | 68.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 1 | 0.12 | 0 | 0.99 | 0.68 | 67.5 | 0.98 | 0.16 |
| Hex | 47 | 51 | 1 | C | 0 | 63 | 44 | 44 | 62 | 10 |
| Octal | 107 | 121 | 1 | 14 | 0 | 143 | 104 | 104 | 142 | 20 |
| Binary | 1000111 | 1010001 | 1 | 1100 | 0 | 1100011 | 1000100 | 1000100 | 1100010 | 10000 |
Color Harmonies of #475101
Complementary color
Monochromatic Colors of #475101
Black with #475101
Text Example
Text Example
White with #475101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475101; }
p { color: rgb(71,81,1); }
H1.HeaderClassName
{
color: #475101;
}
.AnyTagClassName
{
color: #475101;
}
</style>
background-color css
<style>
a { background-color: #475101; }
a { background-color: rgb(71,81,1); }
div.DivClassName
{
background-color: #475101;
}
.BgClassName
{
background-color: #475101;
}
</style>
border-color css
<style>
span { border-color: #475101; }
span { border-color: rgb(71,81,1); }
td.TdClassName
{
border-color: #475101;
}
.TagClassName
{
border-color: #475101;
}
</style>