Shades of Verdun Green #474C15
Tints of Verdun Green #474C15
RGB
CMYK
RGB Variations
Color information
#474C15 (or 0x474C15) is known color: Verdun Green. HEX triplet: 47, 4C and 15. RGB value is (71,76,21). Sum of RGB (Red+Green+Blue) = 71+76+21=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #474C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474C15 is #B8B3EA. Grayscale: #444444. Windows color (decimal): -12104683 or 1395783. OLE color: 1395783.
HSL color Cylindrical-coordinate representation of color #474C15: hue angle of 65.45º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474C15 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 21 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.70 |
| HSL | 65.45º | 0.57% | 0.19% | - |
| HSV(B) | 65.45º | 0.72% | 0.3% | - |
| XYZ | 5.32 | 6.56 | 1.7 | - |
| YUV | 68.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 21 | 0.07 | 0 | 0.72 | 0.70 | 65.45 | 0.57 | 0.19 |
| Hex | 47 | 4C | 15 | 7 | 0 | 48 | 46 | 41 | 39 | 13 |
| Octal | 107 | 114 | 25 | 7 | 0 | 110 | 106 | 101 | 71 | 23 |
| Binary | 1000111 | 1001100 | 10101 | 111 | 0 | 1001000 | 1000110 | 1000001 | 111001 | 10011 |
Color Harmonies of #474C15
Complementary color
Monochromatic Colors of #474C15
Black with #474C15
Text Example
Text Example
White with #474C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C15; }
p { color: rgb(71,76,21); }
H1.HeaderClassName
{
color: #474C15;
}
.AnyTagClassName
{
color: #474C15;
}
</style>
background-color css
<style>
a { background-color: #474C15; }
a { background-color: rgb(71,76,21); }
div.DivClassName
{
background-color: #474C15;
}
.BgClassName
{
background-color: #474C15;
}
</style>
border-color css
<style>
span { border-color: #474C15; }
span { border-color: rgb(71,76,21); }
td.TdClassName
{
border-color: #474C15;
}
.TagClassName
{
border-color: #474C15;
}
</style>