Shades of Verdun Green #476D03
Tints of Verdun Green #476D03
RGB
CMYK
RGB Variations
Color information
#476D03 (or 0x476D03) is known color: Verdun Green. HEX triplet: 47, 6D and 03. RGB value is (71,109,3). Sum of RGB (Red+Green+Blue) = 71+109+3=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 109 (42.97% from 255 or 59.56% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 109 - color contains mainly: green. Hex color #476D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476D03 is #B892FC. Grayscale: #555555. Windows color (decimal): -12096253 or 224583. OLE color: 224583.
HSL color Cylindrical-coordinate representation of color #476D03: hue angle of 81.51º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #476D03 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 109 | 3 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.57 |
| HSL | 81.51º | 0.95% | 0.22% | - |
| HSV(B) | 81.51º | 0.97% | 0.43% | - |
| XYZ | 8.08 | 12.28 | 2.03 | - |
| YUV | 85.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 3 | 0.35 | 0 | 0.97 | 0.57 | 81.51 | 0.95 | 0.22 |
| Hex | 47 | 6D | 3 | 23 | 0 | 61 | 39 | 52 | 5F | 16 |
| Octal | 107 | 155 | 3 | 43 | 0 | 141 | 71 | 122 | 137 | 26 |
| Binary | 1000111 | 1101101 | 11 | 100011 | 0 | 1100001 | 111001 | 1010010 | 1011111 | 10110 |
Color Harmonies of #476D03
Complementary color
Monochromatic Colors of #476D03
Black with #476D03
Text Example
Text Example
White with #476D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476D03; }
p { color: rgb(71,109,3); }
H1.HeaderClassName
{
color: #476D03;
}
.AnyTagClassName
{
color: #476D03;
}
</style>
background-color css
<style>
a { background-color: #476D03; }
a { background-color: rgb(71,109,3); }
div.DivClassName
{
background-color: #476D03;
}
.BgClassName
{
background-color: #476D03;
}
</style>
border-color css
<style>
span { border-color: #476D03; }
span { border-color: rgb(71,109,3); }
td.TdClassName
{
border-color: #476D03;
}
.TagClassName
{
border-color: #476D03;
}
</style>