Shades of Verdun Green #504E06
Tints of Verdun Green #504E06
RGB
CMYK
RGB Variations
Color information
#504E06 (or 0x504E06) is known color: Verdun Green. HEX triplet: 50, 4E and 06. RGB value is (80,78,6). Sum of RGB (Red+Green+Blue) = 80+78+6=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #504E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E06 is #AFB1F9. Grayscale: #464646. Windows color (decimal): -11514362 or 413264. OLE color: 413264.
HSL color Cylindrical-coordinate representation of color #504E06: hue angle of 58.38º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #504E06 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 6 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.69 |
| HSL | 58.38º | 0.86% | 0.17% | - |
| HSV(B) | 58.38º | 0.93% | 0.31% | - |
| XYZ | 6.07 | 7.17 | 1.24 | - |
| YUV | 70.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 6 | 0 | 0.02 | 0.92 | 0.69 | 58.38 | 0.86 | 0.17 |
| Hex | 50 | 4E | 6 | 0 | 2 | 5C | 45 | 3A | 56 | 11 |
| Octal | 120 | 116 | 6 | 0 | 2 | 134 | 105 | 72 | 126 | 21 |
| Binary | 1010000 | 1001110 | 110 | 0 | 10 | 1011100 | 1000101 | 111010 | 1010110 | 10001 |
Color Harmonies of #504E06
Complementary color
Monochromatic Colors of #504E06
Black with #504E06
Text Example
Text Example
White with #504E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E06; }
p { color: rgb(80,78,6); }
H1.HeaderClassName
{
color: #504E06;
}
.AnyTagClassName
{
color: #504E06;
}
</style>
background-color css
<style>
a { background-color: #504E06; }
a { background-color: rgb(80,78,6); }
div.DivClassName
{
background-color: #504E06;
}
.BgClassName
{
background-color: #504E06;
}
</style>
border-color css
<style>
span { border-color: #504E06; }
span { border-color: rgb(80,78,6); }
td.TdClassName
{
border-color: #504E06;
}
.TagClassName
{
border-color: #504E06;
}
</style>