Shades of Verdun Green #477001
Tints of Verdun Green #477001
RGB
CMYK
RGB Variations
Color information
#477001 (or 0x477001) is known color: Verdun Green. HEX triplet: 47, 70 and 01. RGB value is (71,112,1). Sum of RGB (Red+Green+Blue) = 71+112+1=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #477001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477001 is #B88FFE. Grayscale: #575757. Windows color (decimal): -12095487 or 94279. OLE color: 94279.
HSL color Cylindrical-coordinate representation of color #477001: hue angle of 82.16º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #477001 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 112 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.56 |
| HSL | 82.16º | 0.98% | 0.22% | - |
| HSV(B) | 82.16º | 0.99% | 0.44% | - |
| XYZ | 8.4 | 12.93 | 2.08 | - |
| YUV | 87.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 1 | 0.37 | 0 | 0.99 | 0.56 | 82.16 | 0.98 | 0.22 |
| Hex | 47 | 70 | 1 | 25 | 0 | 63 | 38 | 52 | 62 | 16 |
| Octal | 107 | 160 | 1 | 45 | 0 | 143 | 70 | 122 | 142 | 26 |
| Binary | 1000111 | 1110000 | 1 | 100101 | 0 | 1100011 | 111000 | 1010010 | 1100010 | 10110 |
Color Harmonies of #477001
Complementary color
Monochromatic Colors of #477001
Black with #477001
Text Example
Text Example
White with #477001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477001; }
p { color: rgb(71,112,1); }
H1.HeaderClassName
{
color: #477001;
}
.AnyTagClassName
{
color: #477001;
}
</style>
background-color css
<style>
a { background-color: #477001; }
a { background-color: rgb(71,112,1); }
div.DivClassName
{
background-color: #477001;
}
.BgClassName
{
background-color: #477001;
}
</style>
border-color css
<style>
span { border-color: #477001; }
span { border-color: rgb(71,112,1); }
td.TdClassName
{
border-color: #477001;
}
.TagClassName
{
border-color: #477001;
}
</style>