Shades of Verdun Green #505A05
Tints of Verdun Green #505A05
RGB
CMYK
RGB Variations
Color information
#505A05 (or 0x505A05) is known color: Verdun Green. HEX triplet: 50, 5A and 05. RGB value is (80,90,5). Sum of RGB (Red+Green+Blue) = 80+90+5=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #505A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505A05 is #AFA5FA. Grayscale: #4D4D4D. Windows color (decimal): -11511291 or 350800. OLE color: 350800.
HSL color Cylindrical-coordinate representation of color #505A05: hue angle of 67.06º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #505A05 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 90 | 5 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.65 |
| HSL | 67.06º | 0.89% | 0.19% | - |
| HSV(B) | 67.06º | 0.94% | 0.35% | - |
| XYZ | 6.99 | 9.03 | 1.52 | - |
| YUV | 77.32 | 87.19 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 5 | 0.11 | 0 | 0.94 | 0.65 | 67.06 | 0.89 | 0.19 |
| Hex | 50 | 5A | 5 | B | 0 | 5E | 41 | 43 | 59 | 13 |
| Octal | 120 | 132 | 5 | 13 | 0 | 136 | 101 | 103 | 131 | 23 |
| Binary | 1010000 | 1011010 | 101 | 1011 | 0 | 1011110 | 1000001 | 1000011 | 1011001 | 10011 |
Color Harmonies of #505A05
Complementary color
Monochromatic Colors of #505A05
Black with #505A05
Text Example
Text Example
White with #505A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A05; }
p { color: rgb(80,90,5); }
H1.HeaderClassName
{
color: #505A05;
}
.AnyTagClassName
{
color: #505A05;
}
</style>
background-color css
<style>
a { background-color: #505A05; }
a { background-color: rgb(80,90,5); }
div.DivClassName
{
background-color: #505A05;
}
.BgClassName
{
background-color: #505A05;
}
</style>
border-color css
<style>
span { border-color: #505A05; }
span { border-color: rgb(80,90,5); }
td.TdClassName
{
border-color: #505A05;
}
.TagClassName
{
border-color: #505A05;
}
</style>