Shades of Verdun Green #505403
Tints of Verdun Green #505403
RGB
CMYK
RGB Variations
Color information
#505403 (or 0x505403) is known color: Verdun Green. HEX triplet: 50, 54 and 03. RGB value is (80,84,3). Sum of RGB (Red+Green+Blue) = 80+84+3=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #505403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505403 is #AFABFC. Grayscale: #494949. Windows color (decimal): -11512829 or 218192. OLE color: 218192.
HSL color Cylindrical-coordinate representation of color #505403: hue angle of 62.96º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #505403 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 3 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.67 |
| HSL | 62.96º | 0.93% | 0.17% | - |
| HSV(B) | 62.96º | 0.96% | 0.33% | - |
| XYZ | 6.5 | 8.05 | 1.3 | - |
| YUV | 73.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 3 | 0.05 | 0 | 0.96 | 0.67 | 62.96 | 0.93 | 0.17 |
| Hex | 50 | 54 | 3 | 5 | 0 | 60 | 43 | 3F | 5D | 11 |
| Octal | 120 | 124 | 3 | 5 | 0 | 140 | 103 | 77 | 135 | 21 |
| Binary | 1010000 | 1010100 | 11 | 101 | 0 | 1100000 | 1000011 | 111111 | 1011101 | 10001 |
Color Harmonies of #505403
Complementary color
Monochromatic Colors of #505403
Black with #505403
Text Example
Text Example
White with #505403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505403; }
p { color: rgb(80,84,3); }
H1.HeaderClassName
{
color: #505403;
}
.AnyTagClassName
{
color: #505403;
}
</style>
background-color css
<style>
a { background-color: #505403; }
a { background-color: rgb(80,84,3); }
div.DivClassName
{
background-color: #505403;
}
.BgClassName
{
background-color: #505403;
}
</style>
border-color css
<style>
span { border-color: #505403; }
span { border-color: rgb(80,84,3); }
td.TdClassName
{
border-color: #505403;
}
.TagClassName
{
border-color: #505403;
}
</style>