Shades of Verdun Green #505D07
Tints of Verdun Green #505D07
RGB
CMYK
RGB Variations
Color information
#505D07 (or 0x505D07) is known color: Verdun Green. HEX triplet: 50, 5D and 07. RGB value is (80,93,7). Sum of RGB (Red+Green+Blue) = 80+93+7=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #505D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505D07 is #AFA2F8. Grayscale: #4F4F4F. Windows color (decimal): -11510521 or 482640. OLE color: 482640.
HSL color Cylindrical-coordinate representation of color #505D07: hue angle of 69.07º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #505D07 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 7 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.64 |
| HSL | 69.07º | 0.86% | 0.2% | - |
| HSV(B) | 69.07º | 0.92% | 0.36% | - |
| XYZ | 7.26 | 9.55 | 1.66 | - |
| YUV | 79.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 7 | 0.14 | 0 | 0.92 | 0.64 | 69.07 | 0.86 | 0.2 |
| Hex | 50 | 5D | 7 | E | 0 | 5C | 40 | 45 | 56 | 14 |
| Octal | 120 | 135 | 7 | 16 | 0 | 134 | 100 | 105 | 126 | 24 |
| Binary | 1010000 | 1011101 | 111 | 1110 | 0 | 1011100 | 1000000 | 1000101 | 1010110 | 10100 |
Color Harmonies of #505D07
Complementary color
Monochromatic Colors of #505D07
Black with #505D07
Text Example
Text Example
White with #505D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D07; }
p { color: rgb(80,93,7); }
H1.HeaderClassName
{
color: #505D07;
}
.AnyTagClassName
{
color: #505D07;
}
</style>
background-color css
<style>
a { background-color: #505D07; }
a { background-color: rgb(80,93,7); }
div.DivClassName
{
background-color: #505D07;
}
.BgClassName
{
background-color: #505D07;
}
</style>
border-color css
<style>
span { border-color: #505D07; }
span { border-color: rgb(80,93,7); }
td.TdClassName
{
border-color: #505D07;
}
.TagClassName
{
border-color: #505D07;
}
</style>