Shades of Verdun Green #474C01
Tints of Verdun Green #474C01
RGB
CMYK
RGB Variations
Color information
#474C01 (or 0x474C01) is known color: Verdun Green. HEX triplet: 47, 4C and 01. RGB value is (71,76,1). Sum of RGB (Red+Green+Blue) = 71+76+1=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #474C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474C01 is #B8B3FE. Grayscale: #424242. Windows color (decimal): -12104703 or 85063. OLE color: 85063.
HSL color Cylindrical-coordinate representation of color #474C01: hue angle of 64º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #474C01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.70 |
| HSL | 64º | 0.97% | 0.15% | - |
| HSV(B) | 64º | 0.99% | 0.3% | - |
| XYZ | 5.19 | 6.51 | 1.01 | - |
| YUV | 65.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 1 | 0.07 | 0 | 0.99 | 0.70 | 64 | 0.97 | 0.15 |
| Hex | 47 | 4C | 1 | 7 | 0 | 63 | 46 | 40 | 61 | F |
| Octal | 107 | 114 | 1 | 7 | 0 | 143 | 106 | 100 | 141 | 17 |
| Binary | 1000111 | 1001100 | 1 | 111 | 0 | 1100011 | 1000110 | 1000000 | 1100001 | 1111 |
Color Harmonies of #474C01
Complementary color
Monochromatic Colors of #474C01
Black with #474C01
Text Example
Text Example
White with #474C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C01; }
p { color: rgb(71,76,1); }
H1.HeaderClassName
{
color: #474C01;
}
.AnyTagClassName
{
color: #474C01;
}
</style>
background-color css
<style>
a { background-color: #474C01; }
a { background-color: rgb(71,76,1); }
div.DivClassName
{
background-color: #474C01;
}
.BgClassName
{
background-color: #474C01;
}
</style>
border-color css
<style>
span { border-color: #474C01; }
span { border-color: rgb(71,76,1); }
td.TdClassName
{
border-color: #474C01;
}
.TagClassName
{
border-color: #474C01;
}
</style>