Shades of Verdun Green #506B08
Tints of Verdun Green #506B08
RGB
CMYK
RGB Variations
Color information
#506B08 (or 0x506B08) is known color: Verdun Green. HEX triplet: 50, 6B and 08. RGB value is (80,107,8). Sum of RGB (Red+Green+Blue) = 80+107+8=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #506B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506B08 is #AF94F7. Grayscale: #585858. Windows color (decimal): -11506936 or 551760. OLE color: 551760.
HSL color Cylindrical-coordinate representation of color #506B08: hue angle of 76.36º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #506B08 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 107 | 8 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.58 |
| HSL | 76.36º | 0.86% | 0.23% | - |
| HSV(B) | 76.36º | 0.93% | 0.42% | - |
| XYZ | 8.61 | 12.24 | 2.14 | - |
| YUV | 87.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 8 | 0.25 | 0 | 0.93 | 0.58 | 76.36 | 0.86 | 0.23 |
| Hex | 50 | 6B | 8 | 19 | 0 | 5D | 3A | 4C | 56 | 17 |
| Octal | 120 | 153 | 10 | 31 | 0 | 135 | 72 | 114 | 126 | 27 |
| Binary | 1010000 | 1101011 | 1000 | 11001 | 0 | 1011101 | 111010 | 1001100 | 1010110 | 10111 |
Color Harmonies of #506B08
Complementary color
Monochromatic Colors of #506B08
Black with #506B08
Text Example
Text Example
White with #506B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B08; }
p { color: rgb(80,107,8); }
H1.HeaderClassName
{
color: #506B08;
}
.AnyTagClassName
{
color: #506B08;
}
</style>
background-color css
<style>
a { background-color: #506B08; }
a { background-color: rgb(80,107,8); }
div.DivClassName
{
background-color: #506B08;
}
.BgClassName
{
background-color: #506B08;
}
</style>
border-color css
<style>
span { border-color: #506B08; }
span { border-color: rgb(80,107,8); }
td.TdClassName
{
border-color: #506B08;
}
.TagClassName
{
border-color: #506B08;
}
</style>