Shades of Verdun Green #474C03
Tints of Verdun Green #474C03
RGB
CMYK
RGB Variations
Color information
#474C03 (or 0x474C03) is known color: Verdun Green. HEX triplet: 47, 4C and 03. RGB value is (71,76,3). Sum of RGB (Red+Green+Blue) = 71+76+3=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 76 (30.08% from 255 or 50.67% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 76 - color contains mainly: green. Hex color #474C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474C03 is #B8B3FC. Grayscale: #424242. Windows color (decimal): -12104701 or 216135. OLE color: 216135.
HSL color Cylindrical-coordinate representation of color #474C03: hue angle of 64.11º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #474C03 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 3 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.70 |
| HSL | 64.11º | 0.92% | 0.15% | - |
| HSV(B) | 64.11º | 0.96% | 0.3% | - |
| XYZ | 5.2 | 6.52 | 1.07 | - |
| YUV | 66.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 3 | 0.07 | 0 | 0.96 | 0.70 | 64.11 | 0.92 | 0.15 |
| Hex | 47 | 4C | 3 | 7 | 0 | 60 | 46 | 40 | 5C | F |
| Octal | 107 | 114 | 3 | 7 | 0 | 140 | 106 | 100 | 134 | 17 |
| Binary | 1000111 | 1001100 | 11 | 111 | 0 | 1100000 | 1000110 | 1000000 | 1011100 | 1111 |
Color Harmonies of #474C03
Complementary color
Monochromatic Colors of #474C03
Black with #474C03
Text Example
Text Example
White with #474C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C03; }
p { color: rgb(71,76,3); }
H1.HeaderClassName
{
color: #474C03;
}
.AnyTagClassName
{
color: #474C03;
}
</style>
background-color css
<style>
a { background-color: #474C03; }
a { background-color: rgb(71,76,3); }
div.DivClassName
{
background-color: #474C03;
}
.BgClassName
{
background-color: #474C03;
}
</style>
border-color css
<style>
span { border-color: #474C03; }
span { border-color: rgb(71,76,3); }
td.TdClassName
{
border-color: #474C03;
}
.TagClassName
{
border-color: #474C03;
}
</style>