Shades of Verdun Green #474A02
Tints of Verdun Green #474A02
RGB
CMYK
RGB Variations
Color information
#474A02 (or 0x474A02) is known color: Verdun Green. HEX triplet: 47, 4A and 02. RGB value is (71,74,2). Sum of RGB (Red+Green+Blue) = 71+74+2=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #474A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474A02 is #B8B5FD. Grayscale: #414141. Windows color (decimal): -12105214 or 150087. OLE color: 150087.
HSL color Cylindrical-coordinate representation of color #474A02: hue angle of 62.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #474A02 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 74 | 2 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.71 |
| HSL | 62.5º | 0.95% | 0.15% | - |
| HSV(B) | 62.5º | 0.97% | 0.29% | - |
| XYZ | 5.06 | 6.24 | 1 | - |
| YUV | 64.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 2 | 0.04 | 0 | 0.97 | 0.71 | 62.5 | 0.95 | 0.15 |
| Hex | 47 | 4A | 2 | 4 | 0 | 61 | 47 | 3F | 5F | F |
| Octal | 107 | 112 | 2 | 4 | 0 | 141 | 107 | 77 | 137 | 17 |
| Binary | 1000111 | 1001010 | 10 | 100 | 0 | 1100001 | 1000111 | 111111 | 1011111 | 1111 |
Color Harmonies of #474A02
Complementary color
Monochromatic Colors of #474A02
Black with #474A02
Text Example
Text Example
White with #474A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A02; }
p { color: rgb(71,74,2); }
H1.HeaderClassName
{
color: #474A02;
}
.AnyTagClassName
{
color: #474A02;
}
</style>
background-color css
<style>
a { background-color: #474A02; }
a { background-color: rgb(71,74,2); }
div.DivClassName
{
background-color: #474A02;
}
.BgClassName
{
background-color: #474A02;
}
</style>
border-color css
<style>
span { border-color: #474A02; }
span { border-color: rgb(71,74,2); }
td.TdClassName
{
border-color: #474A02;
}
.TagClassName
{
border-color: #474A02;
}
</style>