Shades of Verdun Green #474A07
Tints of Verdun Green #474A07
RGB
CMYK
RGB Variations
Color information
#474A07 (or 0x474A07) is known color: Verdun Green. HEX triplet: 47, 4A and 07. RGB value is (71,74,7). Sum of RGB (Red+Green+Blue) = 71+74+7=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #474A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474A07 is #B8B5F8. Grayscale: #414141. Windows color (decimal): -12105209 or 477767. OLE color: 477767.
HSL color Cylindrical-coordinate representation of color #474A07: hue angle of 62.69º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #474A07 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 74 | 7 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.71 |
| HSL | 62.69º | 0.83% | 0.16% | - |
| HSV(B) | 62.69º | 0.91% | 0.29% | - |
| XYZ | 5.09 | 6.25 | 1.14 | - |
| YUV | 65.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 7 | 0.04 | 0 | 0.91 | 0.71 | 62.69 | 0.83 | 0.16 |
| Hex | 47 | 4A | 7 | 4 | 0 | 5B | 47 | 3F | 53 | 10 |
| Octal | 107 | 112 | 7 | 4 | 0 | 133 | 107 | 77 | 123 | 20 |
| Binary | 1000111 | 1001010 | 111 | 100 | 0 | 1011011 | 1000111 | 111111 | 1010011 | 10000 |
Color Harmonies of #474A07
Complementary color
Monochromatic Colors of #474A07
Black with #474A07
Text Example
Text Example
White with #474A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A07; }
p { color: rgb(71,74,7); }
H1.HeaderClassName
{
color: #474A07;
}
.AnyTagClassName
{
color: #474A07;
}
</style>
background-color css
<style>
a { background-color: #474A07; }
a { background-color: rgb(71,74,7); }
div.DivClassName
{
background-color: #474A07;
}
.BgClassName
{
background-color: #474A07;
}
</style>
border-color css
<style>
span { border-color: #474A07; }
span { border-color: rgb(71,74,7); }
td.TdClassName
{
border-color: #474A07;
}
.TagClassName
{
border-color: #474A07;
}
</style>