Shades of Verdun Green #474609
Tints of Verdun Green #474609
RGB
CMYK
RGB Variations
Color information
#474609 (or 0x474609) is known color: Verdun Green. HEX triplet: 47, 46 and 09. RGB value is (71,70,9). Sum of RGB (Red+Green+Blue) = 71+70+9=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #474609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474609 is #B8B9F6. Grayscale: #3F3F3F. Windows color (decimal): -12106231 or 607815. OLE color: 607815.
HSL color Cylindrical-coordinate representation of color #474609: hue angle of 59.03º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #474609 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 9 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.72 |
| HSL | 59.03º | 0.78% | 0.16% | - |
| HSV(B) | 59.03º | 0.87% | 0.28% | - |
| XYZ | 4.84 | 5.74 | 1.11 | - |
| YUV | 63.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 9 | 0 | 0.01 | 0.87 | 0.72 | 59.03 | 0.78 | 0.16 |
| Hex | 47 | 46 | 9 | 0 | 1 | 57 | 48 | 3B | 4E | 10 |
| Octal | 107 | 106 | 11 | 0 | 1 | 127 | 110 | 73 | 116 | 20 |
| Binary | 1000111 | 1000110 | 1001 | 0 | 1 | 1010111 | 1001000 | 111011 | 1001110 | 10000 |
Color Harmonies of #474609
Complementary color
Monochromatic Colors of #474609
Black with #474609
Text Example
Text Example
White with #474609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474609; }
p { color: rgb(71,70,9); }
H1.HeaderClassName
{
color: #474609;
}
.AnyTagClassName
{
color: #474609;
}
</style>
background-color css
<style>
a { background-color: #474609; }
a { background-color: rgb(71,70,9); }
div.DivClassName
{
background-color: #474609;
}
.BgClassName
{
background-color: #474609;
}
</style>
border-color css
<style>
span { border-color: #474609; }
span { border-color: rgb(71,70,9); }
td.TdClassName
{
border-color: #474609;
}
.TagClassName
{
border-color: #474609;
}
</style>