Shades of Verdun Green #505C12
Tints of Verdun Green #505C12
RGB
CMYK
RGB Variations
Color information
#505C12 (or 0x505C12) is known color: Verdun Green. HEX triplet: 50, 5C and 12. RGB value is (80,92,18). Sum of RGB (Red+Green+Blue) = 80+92+18=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #505C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505C12 is #AFA3ED. Grayscale: #505050. Windows color (decimal): -11510766 or 1203280. OLE color: 1203280.
HSL color Cylindrical-coordinate representation of color #505C12: hue angle of 69.73º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #505C12 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 18 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.64 |
| HSL | 69.73º | 0.67% | 0.22% | - |
| HSV(B) | 69.73º | 0.8% | 0.36% | - |
| XYZ | 7.24 | 9.4 | 2.01 | - |
| YUV | 79.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 18 | 0.13 | 0 | 0.80 | 0.64 | 69.73 | 0.67 | 0.22 |
| Hex | 50 | 5C | 12 | D | 0 | 50 | 40 | 46 | 43 | 16 |
| Octal | 120 | 134 | 22 | 15 | 0 | 120 | 100 | 106 | 103 | 26 |
| Binary | 1010000 | 1011100 | 10010 | 1101 | 0 | 1010000 | 1000000 | 1000110 | 1000011 | 10110 |
Color Harmonies of #505C12
Complementary color
Monochromatic Colors of #505C12
Black with #505C12
Text Example
Text Example
White with #505C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C12; }
p { color: rgb(80,92,18); }
H1.HeaderClassName
{
color: #505C12;
}
.AnyTagClassName
{
color: #505C12;
}
</style>
background-color css
<style>
a { background-color: #505C12; }
a { background-color: rgb(80,92,18); }
div.DivClassName
{
background-color: #505C12;
}
.BgClassName
{
background-color: #505C12;
}
</style>
border-color css
<style>
span { border-color: #505C12; }
span { border-color: rgb(80,92,18); }
td.TdClassName
{
border-color: #505C12;
}
.TagClassName
{
border-color: #505C12;
}
</style>