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