Shades of Verdun Green #475203
Tints of Verdun Green #475203
RGB
CMYK
RGB Variations
Color information
#475203 (or 0x475203) is known color: Verdun Green. HEX triplet: 47, 52 and 03. RGB value is (71,82,3). Sum of RGB (Red+Green+Blue) = 71+82+3=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #475203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475203 is #B8ADFC. Grayscale: #464646. Windows color (decimal): -12103165 or 217671. OLE color: 217671.
HSL color Cylindrical-coordinate representation of color #475203: hue angle of 68.35º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #475203 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 82 | 3 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.68 |
| HSL | 68.35º | 0.93% | 0.17% | - |
| HSV(B) | 68.35º | 0.96% | 0.32% | - |
| XYZ | 5.63 | 7.38 | 1.21 | - |
| YUV | 69.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 3 | 0.13 | 0 | 0.96 | 0.68 | 68.35 | 0.93 | 0.17 |
| Hex | 47 | 52 | 3 | D | 0 | 60 | 44 | 44 | 5D | 11 |
| Octal | 107 | 122 | 3 | 15 | 0 | 140 | 104 | 104 | 135 | 21 |
| Binary | 1000111 | 1010010 | 11 | 1101 | 0 | 1100000 | 1000100 | 1000100 | 1011101 | 10001 |
Color Harmonies of #475203
Complementary color
Monochromatic Colors of #475203
Black with #475203
Text Example
Text Example
White with #475203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475203; }
p { color: rgb(71,82,3); }
H1.HeaderClassName
{
color: #475203;
}
.AnyTagClassName
{
color: #475203;
}
</style>
background-color css
<style>
a { background-color: #475203; }
a { background-color: rgb(71,82,3); }
div.DivClassName
{
background-color: #475203;
}
.BgClassName
{
background-color: #475203;
}
</style>
border-color css
<style>
span { border-color: #475203; }
span { border-color: rgb(71,82,3); }
td.TdClassName
{
border-color: #475203;
}
.TagClassName
{
border-color: #475203;
}
</style>