Shades of Verdun Green #515303
Tints of Verdun Green #515303
RGB
CMYK
RGB Variations
Color information
#515303 (or 0x515303) is known color: Verdun Green. HEX triplet: 51, 53 and 03. RGB value is (81,83,3). Sum of RGB (Red+Green+Blue) = 81+83+3=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #515303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515303 is #AEACFC. Grayscale: #494949. Windows color (decimal): -11447549 or 217937. OLE color: 217937.
HSL color Cylindrical-coordinate representation of color #515303: hue angle of 61.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #515303 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 83 | 3 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.67 |
| HSL | 61.5º | 0.93% | 0.17% | - |
| HSV(B) | 61.5º | 0.96% | 0.33% | - |
| XYZ | 6.5 | 7.94 | 1.28 | - |
| YUV | 73.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 3 | 0.02 | 0 | 0.96 | 0.67 | 61.5 | 0.93 | 0.17 |
| Hex | 51 | 53 | 3 | 2 | 0 | 60 | 43 | 3E | 5D | 11 |
| Octal | 121 | 123 | 3 | 2 | 0 | 140 | 103 | 76 | 135 | 21 |
| Binary | 1010001 | 1010011 | 11 | 10 | 0 | 1100000 | 1000011 | 111110 | 1011101 | 10001 |
Color Harmonies of #515303
Complementary color
Monochromatic Colors of #515303
Black with #515303
Text Example
Text Example
White with #515303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515303; }
p { color: rgb(81,83,3); }
H1.HeaderClassName
{
color: #515303;
}
.AnyTagClassName
{
color: #515303;
}
</style>
background-color css
<style>
a { background-color: #515303; }
a { background-color: rgb(81,83,3); }
div.DivClassName
{
background-color: #515303;
}
.BgClassName
{
background-color: #515303;
}
</style>
border-color css
<style>
span { border-color: #515303; }
span { border-color: rgb(81,83,3); }
td.TdClassName
{
border-color: #515303;
}
.TagClassName
{
border-color: #515303;
}
</style>