Shades of Verdun Green #474502
Tints of Verdun Green #474502
RGB
CMYK
RGB Variations
Color information
#474502 (or 0x474502) is known color: Verdun Green. HEX triplet: 47, 45 and 02. RGB value is (71,69,2). Sum of RGB (Red+Green+Blue) = 71+69+2=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #474502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474502 is #B8BAFD. Grayscale: #3E3E3E. Windows color (decimal): -12106494 or 148807. OLE color: 148807.
HSL color Cylindrical-coordinate representation of color #474502: hue angle of 58.26º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #474502 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 69 | 2 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.72 |
| HSL | 58.26º | 0.95% | 0.14% | - |
| HSV(B) | 58.26º | 0.97% | 0.28% | - |
| XYZ | 4.74 | 5.6 | 0.89 | - |
| YUV | 61.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 2 | 0 | 0.03 | 0.97 | 0.72 | 58.26 | 0.95 | 0.14 |
| Hex | 47 | 45 | 2 | 0 | 3 | 61 | 48 | 3A | 5F | E |
| Octal | 107 | 105 | 2 | 0 | 3 | 141 | 110 | 72 | 137 | 16 |
| Binary | 1000111 | 1000101 | 10 | 0 | 11 | 1100001 | 1001000 | 111010 | 1011111 | 1110 |
Color Harmonies of #474502
Complementary color
Monochromatic Colors of #474502
Black with #474502
Text Example
Text Example
White with #474502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474502; }
p { color: rgb(71,69,2); }
H1.HeaderClassName
{
color: #474502;
}
.AnyTagClassName
{
color: #474502;
}
</style>
background-color css
<style>
a { background-color: #474502; }
a { background-color: rgb(71,69,2); }
div.DivClassName
{
background-color: #474502;
}
.BgClassName
{
background-color: #474502;
}
</style>
border-color css
<style>
span { border-color: #474502; }
span { border-color: rgb(71,69,2); }
td.TdClassName
{
border-color: #474502;
}
.TagClassName
{
border-color: #474502;
}
</style>