Shades of Verdun Green #515301
Tints of Verdun Green #515301
RGB
CMYK
RGB Variations
Color information
#515301 (or 0x515301) is known color: Verdun Green. HEX triplet: 51, 53 and 01. RGB value is (81,83,1). Sum of RGB (Red+Green+Blue) = 81+83+1=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #515301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515301 is #AEACFE. Grayscale: #494949. Windows color (decimal): -11447551 or 86865. OLE color: 86865.
HSL color Cylindrical-coordinate representation of color #515301: hue angle of 61.46º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #515301 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 83 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.67 |
| HSL | 61.46º | 0.98% | 0.16% | - |
| HSV(B) | 61.46º | 0.99% | 0.33% | - |
| XYZ | 6.49 | 7.94 | 1.22 | - |
| YUV | 73.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 1 | 0.02 | 0 | 0.99 | 0.67 | 61.46 | 0.98 | 0.16 |
| Hex | 51 | 53 | 1 | 2 | 0 | 63 | 43 | 3D | 62 | 10 |
| Octal | 121 | 123 | 1 | 2 | 0 | 143 | 103 | 75 | 142 | 20 |
| Binary | 1010001 | 1010011 | 1 | 10 | 0 | 1100011 | 1000011 | 111101 | 1100010 | 10000 |
Color Harmonies of #515301
Complementary color
Monochromatic Colors of #515301
Black with #515301
Text Example
Text Example
White with #515301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515301; }
p { color: rgb(81,83,1); }
H1.HeaderClassName
{
color: #515301;
}
.AnyTagClassName
{
color: #515301;
}
</style>
background-color css
<style>
a { background-color: #515301; }
a { background-color: rgb(81,83,1); }
div.DivClassName
{
background-color: #515301;
}
.BgClassName
{
background-color: #515301;
}
</style>
border-color css
<style>
span { border-color: #515301; }
span { border-color: rgb(81,83,1); }
td.TdClassName
{
border-color: #515301;
}
.TagClassName
{
border-color: #515301;
}
</style>