Shades of Verdun Green #505504
Tints of Verdun Green #505504
RGB
CMYK
RGB Variations
Color information
#505504 (or 0x505504) is known color: Verdun Green. HEX triplet: 50, 55 and 04. RGB value is (80,85,4). Sum of RGB (Red+Green+Blue) = 80+85+4=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #505504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505504 is #AFAAFB. Grayscale: #4A4A4A. Windows color (decimal): -11512572 or 283984. OLE color: 283984.
HSL color Cylindrical-coordinate representation of color #505504: hue angle of 63.7º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #505504 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 85 | 4 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.67 |
| HSL | 63.7º | 0.91% | 0.17% | - |
| HSV(B) | 63.7º | 0.95% | 0.33% | - |
| XYZ | 6.58 | 8.21 | 1.35 | - |
| YUV | 74.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 4 | 0.06 | 0 | 0.95 | 0.67 | 63.7 | 0.91 | 0.17 |
| Hex | 50 | 55 | 4 | 6 | 0 | 5F | 43 | 40 | 5B | 11 |
| Octal | 120 | 125 | 4 | 6 | 0 | 137 | 103 | 100 | 133 | 21 |
| Binary | 1010000 | 1010101 | 100 | 110 | 0 | 1011111 | 1000011 | 1000000 | 1011011 | 10001 |
Color Harmonies of #505504
Complementary color
Monochromatic Colors of #505504
Black with #505504
Text Example
Text Example
White with #505504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505504; }
p { color: rgb(80,85,4); }
H1.HeaderClassName
{
color: #505504;
}
.AnyTagClassName
{
color: #505504;
}
</style>
background-color css
<style>
a { background-color: #505504; }
a { background-color: rgb(80,85,4); }
div.DivClassName
{
background-color: #505504;
}
.BgClassName
{
background-color: #505504;
}
</style>
border-color css
<style>
span { border-color: #505504; }
span { border-color: rgb(80,85,4); }
td.TdClassName
{
border-color: #505504;
}
.TagClassName
{
border-color: #505504;
}
</style>