Shades of Verdun Green #476B07
Tints of Verdun Green #476B07
RGB
CMYK
RGB Variations
Color information
#476B07 (or 0x476B07) is known color: Verdun Green. HEX triplet: 47, 6B and 07. RGB value is (71,107,7). Sum of RGB (Red+Green+Blue) = 71+107+7=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #476B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476B07 is #B894F8. Grayscale: #555555. Windows color (decimal): -12096761 or 486215. OLE color: 486215.
HSL color Cylindrical-coordinate representation of color #476B07: hue angle of 81.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #476B07 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 107 | 7 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.58 |
| HSL | 81.6º | 0.88% | 0.22% | - |
| HSV(B) | 81.6º | 0.93% | 0.42% | - |
| XYZ | 7.89 | 11.87 | 2.08 | - |
| YUV | 84.84 | 84.07 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 7 | 0.34 | 0 | 0.93 | 0.58 | 81.6 | 0.88 | 0.22 |
| Hex | 47 | 6B | 7 | 22 | 0 | 5D | 3A | 52 | 58 | 16 |
| Octal | 107 | 153 | 7 | 42 | 0 | 135 | 72 | 122 | 130 | 26 |
| Binary | 1000111 | 1101011 | 111 | 100010 | 0 | 1011101 | 111010 | 1010010 | 1011000 | 10110 |
Color Harmonies of #476B07
Complementary color
Monochromatic Colors of #476B07
Black with #476B07
Text Example
Text Example
White with #476B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476B07; }
p { color: rgb(71,107,7); }
H1.HeaderClassName
{
color: #476B07;
}
.AnyTagClassName
{
color: #476B07;
}
</style>
background-color css
<style>
a { background-color: #476B07; }
a { background-color: rgb(71,107,7); }
div.DivClassName
{
background-color: #476B07;
}
.BgClassName
{
background-color: #476B07;
}
</style>
border-color css
<style>
span { border-color: #476B07; }
span { border-color: rgb(71,107,7); }
td.TdClassName
{
border-color: #476B07;
}
.TagClassName
{
border-color: #476B07;
}
</style>