Shades of Verdun Green #505D04
Tints of Verdun Green #505D04
RGB
CMYK
RGB Variations
Color information
#505D04 (or 0x505D04) is known color: Verdun Green. HEX triplet: 50, 5D and 04. RGB value is (80,93,4). Sum of RGB (Red+Green+Blue) = 80+93+4=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #505D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505D04 is #AFA2FB. Grayscale: #4F4F4F. Windows color (decimal): -11510524 or 286032. OLE color: 286032.
HSL color Cylindrical-coordinate representation of color #505D04: hue angle of 68.76º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #505D04 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 4 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.64 |
| HSL | 68.76º | 0.92% | 0.19% | - |
| HSV(B) | 68.76º | 0.96% | 0.36% | - |
| XYZ | 7.24 | 9.54 | 1.58 | - |
| YUV | 78.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 4 | 0.14 | 0 | 0.96 | 0.64 | 68.76 | 0.92 | 0.19 |
| Hex | 50 | 5D | 4 | E | 0 | 60 | 40 | 45 | 5C | 13 |
| Octal | 120 | 135 | 4 | 16 | 0 | 140 | 100 | 105 | 134 | 23 |
| Binary | 1010000 | 1011101 | 100 | 1110 | 0 | 1100000 | 1000000 | 1000101 | 1011100 | 10011 |
Color Harmonies of #505D04
Complementary color
Monochromatic Colors of #505D04
Black with #505D04
Text Example
Text Example
White with #505D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D04; }
p { color: rgb(80,93,4); }
H1.HeaderClassName
{
color: #505D04;
}
.AnyTagClassName
{
color: #505D04;
}
</style>
background-color css
<style>
a { background-color: #505D04; }
a { background-color: rgb(80,93,4); }
div.DivClassName
{
background-color: #505D04;
}
.BgClassName
{
background-color: #505D04;
}
</style>
border-color css
<style>
span { border-color: #505D04; }
span { border-color: rgb(80,93,4); }
td.TdClassName
{
border-color: #505D04;
}
.TagClassName
{
border-color: #505D04;
}
</style>