Shades of Verdun Green #476C05
Tints of Verdun Green #476C05
RGB
CMYK
RGB Variations
Color information
#476C05 (or 0x476C05) is known color: Verdun Green. HEX triplet: 47, 6C and 05. RGB value is (71,108,5). Sum of RGB (Red+Green+Blue) = 71+108+5=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 108 (42.58% from 255 or 58.70% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 108 - color contains mainly: green. Hex color #476C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476C05 is #B893FA. Grayscale: #555555. Windows color (decimal): -12096507 or 355399. OLE color: 355399.
HSL color Cylindrical-coordinate representation of color #476C05: hue angle of 81.55º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #476C05 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 5 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.58 |
| HSL | 81.55º | 0.91% | 0.22% | - |
| HSV(B) | 81.55º | 0.95% | 0.42% | - |
| XYZ | 7.99 | 12.08 | 2.05 | - |
| YUV | 85.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 5 | 0.34 | 0 | 0.95 | 0.58 | 81.55 | 0.91 | 0.22 |
| Hex | 47 | 6C | 5 | 22 | 0 | 5F | 3A | 52 | 5B | 16 |
| Octal | 107 | 154 | 5 | 42 | 0 | 137 | 72 | 122 | 133 | 26 |
| Binary | 1000111 | 1101100 | 101 | 100010 | 0 | 1011111 | 111010 | 1010010 | 1011011 | 10110 |
Color Harmonies of #476C05
Complementary color
Monochromatic Colors of #476C05
Black with #476C05
Text Example
Text Example
White with #476C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C05; }
p { color: rgb(71,108,5); }
H1.HeaderClassName
{
color: #476C05;
}
.AnyTagClassName
{
color: #476C05;
}
</style>
background-color css
<style>
a { background-color: #476C05; }
a { background-color: rgb(71,108,5); }
div.DivClassName
{
background-color: #476C05;
}
.BgClassName
{
background-color: #476C05;
}
</style>
border-color css
<style>
span { border-color: #476C05; }
span { border-color: rgb(71,108,5); }
td.TdClassName
{
border-color: #476C05;
}
.TagClassName
{
border-color: #476C05;
}
</style>