Shades of Verdun Green #515002
Tints of Verdun Green #515002
RGB
CMYK
RGB Variations
Color information
#515002 (or 0x515002) is known color: Verdun Green. HEX triplet: 51, 50 and 02. RGB value is (81,80,2). Sum of RGB (Red+Green+Blue) = 81+80+2=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #515002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515002 is #AEAFFD. Grayscale: #474747. Windows color (decimal): -11448318 or 151633. OLE color: 151633.
HSL color Cylindrical-coordinate representation of color #515002: hue angle of 59.24º 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 #515002 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 80 | 2 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.68 |
| HSL | 59.24º | 0.95% | 0.16% | - |
| HSV(B) | 59.24º | 0.98% | 0.32% | - |
| XYZ | 6.27 | 7.49 | 1.17 | - |
| YUV | 71.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 2 | 0 | 0.01 | 0.98 | 0.68 | 59.24 | 0.95 | 0.16 |
| Hex | 51 | 50 | 2 | 0 | 1 | 62 | 44 | 3B | 5F | 10 |
| Octal | 121 | 120 | 2 | 0 | 1 | 142 | 104 | 73 | 137 | 20 |
| Binary | 1010001 | 1010000 | 10 | 0 | 1 | 1100010 | 1000100 | 111011 | 1011111 | 10000 |
Color Harmonies of #515002
Complementary color
Monochromatic Colors of #515002
Black with #515002
Text Example
Text Example
White with #515002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515002; }
p { color: rgb(81,80,2); }
H1.HeaderClassName
{
color: #515002;
}
.AnyTagClassName
{
color: #515002;
}
</style>
background-color css
<style>
a { background-color: #515002; }
a { background-color: rgb(81,80,2); }
div.DivClassName
{
background-color: #515002;
}
.BgClassName
{
background-color: #515002;
}
</style>
border-color css
<style>
span { border-color: #515002; }
span { border-color: rgb(81,80,2); }
td.TdClassName
{
border-color: #515002;
}
.TagClassName
{
border-color: #515002;
}
</style>