Shades of Verdun Green #515202
Tints of Verdun Green #515202
RGB
CMYK
RGB Variations
Color information
#515202 (or 0x515202) is known color: Verdun Green. HEX triplet: 51, 52 and 02. RGB value is (81,82,2). Sum of RGB (Red+Green+Blue) = 81+82+2=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #515202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515202 is #AEADFD. Grayscale: #484848. Windows color (decimal): -11447806 or 152145. OLE color: 152145.
HSL color Cylindrical-coordinate representation of color #515202: hue angle of 60.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #515202 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 2 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.68 |
| HSL | 60.75º | 0.95% | 0.16% | - |
| HSV(B) | 60.75º | 0.98% | 0.32% | - |
| XYZ | 6.42 | 7.79 | 1.22 | - |
| YUV | 72.58 | 88.17 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 2 | 0.01 | 0 | 0.98 | 0.68 | 60.75 | 0.95 | 0.16 |
| Hex | 51 | 52 | 2 | 1 | 0 | 62 | 44 | 3D | 5F | 10 |
| Octal | 121 | 122 | 2 | 1 | 0 | 142 | 104 | 75 | 137 | 20 |
| Binary | 1010001 | 1010010 | 10 | 1 | 0 | 1100010 | 1000100 | 111101 | 1011111 | 10000 |
Color Harmonies of #515202
Complementary color
Monochromatic Colors of #515202
Black with #515202
Text Example
Text Example
White with #515202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515202; }
p { color: rgb(81,82,2); }
H1.HeaderClassName
{
color: #515202;
}
.AnyTagClassName
{
color: #515202;
}
</style>
background-color css
<style>
a { background-color: #515202; }
a { background-color: rgb(81,82,2); }
div.DivClassName
{
background-color: #515202;
}
.BgClassName
{
background-color: #515202;
}
</style>
border-color css
<style>
span { border-color: #515202; }
span { border-color: rgb(81,82,2); }
td.TdClassName
{
border-color: #515202;
}
.TagClassName
{
border-color: #515202;
}
</style>