Shades of Verdun Green #505309
Tints of Verdun Green #505309
RGB
CMYK
RGB Variations
Color information
#505309 (or 0x505309) is known color: Verdun Green. HEX triplet: 50, 53 and 09. RGB value is (80,83,9). Sum of RGB (Red+Green+Blue) = 80+83+9=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #505309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505309 is #AFACF6. Grayscale: #494949. Windows color (decimal): -11513079 or 611152. OLE color: 611152.
HSL color Cylindrical-coordinate representation of color #505309: hue angle of 62.43º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #505309 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 9 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.67 |
| HSL | 62.43º | 0.8% | 0.18% | - |
| HSV(B) | 62.43º | 0.89% | 0.33% | - |
| XYZ | 6.45 | 7.91 | 1.45 | - |
| YUV | 73.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 9 | 0.04 | 0 | 0.89 | 0.67 | 62.43 | 0.8 | 0.18 |
| Hex | 50 | 53 | 9 | 4 | 0 | 59 | 43 | 3E | 50 | 12 |
| Octal | 120 | 123 | 11 | 4 | 0 | 131 | 103 | 76 | 120 | 22 |
| Binary | 1010000 | 1010011 | 1001 | 100 | 0 | 1011001 | 1000011 | 111110 | 1010000 | 10010 |
Color Harmonies of #505309
Complementary color
Monochromatic Colors of #505309
Black with #505309
Text Example
Text Example
White with #505309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505309; }
p { color: rgb(80,83,9); }
H1.HeaderClassName
{
color: #505309;
}
.AnyTagClassName
{
color: #505309;
}
</style>
background-color css
<style>
a { background-color: #505309; }
a { background-color: rgb(80,83,9); }
div.DivClassName
{
background-color: #505309;
}
.BgClassName
{
background-color: #505309;
}
</style>
border-color css
<style>
span { border-color: #505309; }
span { border-color: rgb(80,83,9); }
td.TdClassName
{
border-color: #505309;
}
.TagClassName
{
border-color: #505309;
}
</style>