Shades of Verdun Green #505B08
Tints of Verdun Green #505B08
RGB
CMYK
RGB Variations
Color information
#505B08 (or 0x505B08) is known color: Verdun Green. HEX triplet: 50, 5B and 08. RGB value is (80,91,8). Sum of RGB (Red+Green+Blue) = 80+91+8=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #505B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505B08 is #AFA4F7. Grayscale: #4E4E4E. Windows color (decimal): -11511032 or 547664. OLE color: 547664.
HSL color Cylindrical-coordinate representation of color #505B08: hue angle of 67.95º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #505B08 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 91 | 8 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.64 |
| HSL | 67.95º | 0.84% | 0.19% | - |
| HSV(B) | 67.95º | 0.91% | 0.36% | - |
| XYZ | 7.09 | 9.21 | 1.63 | - |
| YUV | 78.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 8 | 0.12 | 0 | 0.91 | 0.64 | 67.95 | 0.84 | 0.19 |
| Hex | 50 | 5B | 8 | C | 0 | 5B | 40 | 44 | 54 | 13 |
| Octal | 120 | 133 | 10 | 14 | 0 | 133 | 100 | 104 | 124 | 23 |
| Binary | 1010000 | 1011011 | 1000 | 1100 | 0 | 1011011 | 1000000 | 1000100 | 1010100 | 10011 |
Color Harmonies of #505B08
Complementary color
Monochromatic Colors of #505B08
Black with #505B08
Text Example
Text Example
White with #505B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B08; }
p { color: rgb(80,91,8); }
H1.HeaderClassName
{
color: #505B08;
}
.AnyTagClassName
{
color: #505B08;
}
</style>
background-color css
<style>
a { background-color: #505B08; }
a { background-color: rgb(80,91,8); }
div.DivClassName
{
background-color: #505B08;
}
.BgClassName
{
background-color: #505B08;
}
</style>
border-color css
<style>
span { border-color: #505B08; }
span { border-color: rgb(80,91,8); }
td.TdClassName
{
border-color: #505B08;
}
.TagClassName
{
border-color: #505B08;
}
</style>