Shades of Verdun Green #505908
Tints of Verdun Green #505908
RGB
CMYK
RGB Variations
Color information
#505908 (or 0x505908) is known color: Verdun Green. HEX triplet: 50, 59 and 08. RGB value is (80,89,8). Sum of RGB (Red+Green+Blue) = 80+89+8=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #505908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505908 is #AFA6F7. Grayscale: #4D4D4D. Windows color (decimal): -11511544 or 547152. OLE color: 547152.
HSL color Cylindrical-coordinate representation of color #505908: hue angle of 66.67º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #505908 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 89 | 8 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.65 |
| HSL | 66.67º | 0.84% | 0.19% | - |
| HSV(B) | 66.67º | 0.91% | 0.35% | - |
| XYZ | 6.92 | 8.87 | 1.58 | - |
| YUV | 77.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 8 | 0.10 | 0 | 0.91 | 0.65 | 66.67 | 0.84 | 0.19 |
| Hex | 50 | 59 | 8 | A | 0 | 5B | 41 | 43 | 54 | 13 |
| Octal | 120 | 131 | 10 | 12 | 0 | 133 | 101 | 103 | 124 | 23 |
| Binary | 1010000 | 1011001 | 1000 | 1010 | 0 | 1011011 | 1000001 | 1000011 | 1010100 | 10011 |
Color Harmonies of #505908
Complementary color
Monochromatic Colors of #505908
Black with #505908
Text Example
Text Example
White with #505908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505908; }
p { color: rgb(80,89,8); }
H1.HeaderClassName
{
color: #505908;
}
.AnyTagClassName
{
color: #505908;
}
</style>
background-color css
<style>
a { background-color: #505908; }
a { background-color: rgb(80,89,8); }
div.DivClassName
{
background-color: #505908;
}
.BgClassName
{
background-color: #505908;
}
</style>
border-color css
<style>
span { border-color: #505908; }
span { border-color: rgb(80,89,8); }
td.TdClassName
{
border-color: #505908;
}
.TagClassName
{
border-color: #505908;
}
</style>