Shades of Verdun Green #505313
Tints of Verdun Green #505313
RGB
CMYK
RGB Variations
Color information
#505313 (or 0x505313) is known color: Verdun Green. HEX triplet: 50, 53 and 13. RGB value is (80,83,19). Sum of RGB (Red+Green+Blue) = 80+83+19=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #505313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505313 is #AFACEC. Grayscale: #4B4B4B. Windows color (decimal): -11513069 or 1266512. OLE color: 1266512.
HSL color Cylindrical-coordinate representation of color #505313: hue angle of 62.81º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #505313 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 19 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.67 |
| HSL | 62.81º | 0.63% | 0.2% | - |
| HSV(B) | 62.81º | 0.77% | 0.33% | - |
| XYZ | 6.52 | 7.94 | 1.8 | - |
| YUV | 74.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 19 | 0.04 | 0 | 0.77 | 0.67 | 62.81 | 0.63 | 0.2 |
| Hex | 50 | 53 | 13 | 4 | 0 | 4D | 43 | 3F | 3F | 14 |
| Octal | 120 | 123 | 23 | 4 | 0 | 115 | 103 | 77 | 77 | 24 |
| Binary | 1010000 | 1010011 | 10011 | 100 | 0 | 1001101 | 1000011 | 111111 | 111111 | 10100 |
Color Harmonies of #505313
Complementary color
Monochromatic Colors of #505313
Black with #505313
Text Example
Text Example
White with #505313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505313; }
p { color: rgb(80,83,19); }
H1.HeaderClassName
{
color: #505313;
}
.AnyTagClassName
{
color: #505313;
}
</style>
background-color css
<style>
a { background-color: #505313; }
a { background-color: rgb(80,83,19); }
div.DivClassName
{
background-color: #505313;
}
.BgClassName
{
background-color: #505313;
}
</style>
border-color css
<style>
span { border-color: #505313; }
span { border-color: rgb(80,83,19); }
td.TdClassName
{
border-color: #505313;
}
.TagClassName
{
border-color: #505313;
}
</style>