Shades of Verdun Green #505B04
Tints of Verdun Green #505B04
RGB
CMYK
RGB Variations
Color information
#505B04 (or 0x505B04) is known color: Verdun Green. HEX triplet: 50, 5B and 04. RGB value is (80,91,4). Sum of RGB (Red+Green+Blue) = 80+91+4=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #505B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505B04 is #AFA4FB. Grayscale: #4E4E4E. Windows color (decimal): -11511036 or 285520. OLE color: 285520.
HSL color Cylindrical-coordinate representation of color #505B04: hue angle of 67.59º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #505B04 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 91 | 4 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.64 |
| HSL | 67.59º | 0.92% | 0.19% | - |
| HSV(B) | 67.59º | 0.96% | 0.36% | - |
| XYZ | 7.07 | 9.2 | 1.52 | - |
| YUV | 77.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 4 | 0.12 | 0 | 0.96 | 0.64 | 67.59 | 0.92 | 0.19 |
| Hex | 50 | 5B | 4 | C | 0 | 60 | 40 | 44 | 5C | 13 |
| Octal | 120 | 133 | 4 | 14 | 0 | 140 | 100 | 104 | 134 | 23 |
| Binary | 1010000 | 1011011 | 100 | 1100 | 0 | 1100000 | 1000000 | 1000100 | 1011100 | 10011 |
Color Harmonies of #505B04
Complementary color
Monochromatic Colors of #505B04
Black with #505B04
Text Example
Text Example
White with #505B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B04; }
p { color: rgb(80,91,4); }
H1.HeaderClassName
{
color: #505B04;
}
.AnyTagClassName
{
color: #505B04;
}
</style>
background-color css
<style>
a { background-color: #505B04; }
a { background-color: rgb(80,91,4); }
div.DivClassName
{
background-color: #505B04;
}
.BgClassName
{
background-color: #505B04;
}
</style>
border-color css
<style>
span { border-color: #505B04; }
span { border-color: rgb(80,91,4); }
td.TdClassName
{
border-color: #505B04;
}
.TagClassName
{
border-color: #505B04;
}
</style>