Shades of Verdun Green #474C02
Tints of Verdun Green #474C02
RGB
CMYK
RGB Variations
Color information
#474C02 (or 0x474C02) is known color: Verdun Green. HEX triplet: 47, 4C and 02. RGB value is (71,76,2). Sum of RGB (Red+Green+Blue) = 71+76+2=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #474C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474C02 is #B8B3FD. Grayscale: #424242. Windows color (decimal): -12104702 or 150599. OLE color: 150599.
HSL color Cylindrical-coordinate representation of color #474C02: hue angle of 64.05º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #474C02 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 2 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.70 |
| HSL | 64.05º | 0.95% | 0.15% | - |
| HSV(B) | 64.05º | 0.97% | 0.3% | - |
| XYZ | 5.19 | 6.51 | 1.04 | - |
| YUV | 66.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 2 | 0.07 | 0 | 0.97 | 0.70 | 64.05 | 0.95 | 0.15 |
| Hex | 47 | 4C | 2 | 7 | 0 | 61 | 46 | 40 | 5F | F |
| Octal | 107 | 114 | 2 | 7 | 0 | 141 | 106 | 100 | 137 | 17 |
| Binary | 1000111 | 1001100 | 10 | 111 | 0 | 1100001 | 1000110 | 1000000 | 1011111 | 1111 |
Color Harmonies of #474C02
Complementary color
Monochromatic Colors of #474C02
Black with #474C02
Text Example
Text Example
White with #474C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C02; }
p { color: rgb(71,76,2); }
H1.HeaderClassName
{
color: #474C02;
}
.AnyTagClassName
{
color: #474C02;
}
</style>
background-color css
<style>
a { background-color: #474C02; }
a { background-color: rgb(71,76,2); }
div.DivClassName
{
background-color: #474C02;
}
.BgClassName
{
background-color: #474C02;
}
</style>
border-color css
<style>
span { border-color: #474C02; }
span { border-color: rgb(71,76,2); }
td.TdClassName
{
border-color: #474C02;
}
.TagClassName
{
border-color: #474C02;
}
</style>