Shades of Verdun Green #50600C
Tints of Verdun Green #50600C
RGB
CMYK
RGB Variations
Color information
#50600C (or 0x50600C) is known color: Verdun Green. HEX triplet: 50, 60 and 0C. RGB value is (80,96,12). Sum of RGB (Red+Green+Blue) = 80+96+12=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #50600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50600C is #AF9FF3. Grayscale: #515151. Windows color (decimal): -11509748 or 811088. OLE color: 811088.
HSL color Cylindrical-coordinate representation of color #50600C: hue angle of 71.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50600C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 96 | 12 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.62 |
| HSL | 71.43º | 0.78% | 0.21% | - |
| HSV(B) | 71.43º | 0.88% | 0.38% | - |
| XYZ | 7.56 | 10.1 | 1.9 | - |
| YUV | 81.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 12 | 0.17 | 0 | 0.88 | 0.62 | 71.43 | 0.78 | 0.21 |
| Hex | 50 | 60 | C | 11 | 0 | 58 | 3E | 47 | 4E | 15 |
| Octal | 120 | 140 | 14 | 21 | 0 | 130 | 76 | 107 | 116 | 25 |
| Binary | 1010000 | 1100000 | 1100 | 10001 | 0 | 1011000 | 111110 | 1000111 | 1001110 | 10101 |
Color Harmonies of #50600C
Complementary color
Monochromatic Colors of #50600C
Black with #50600C
Text Example
Text Example
White with #50600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50600C; }
p { color: rgb(80,96,12); }
H1.HeaderClassName
{
color: #50600C;
}
.AnyTagClassName
{
color: #50600C;
}
</style>
background-color css
<style>
a { background-color: #50600C; }
a { background-color: rgb(80,96,12); }
div.DivClassName
{
background-color: #50600C;
}
.BgClassName
{
background-color: #50600C;
}
</style>
border-color css
<style>
span { border-color: #50600C; }
span { border-color: rgb(80,96,12); }
td.TdClassName
{
border-color: #50600C;
}
.TagClassName
{
border-color: #50600C;
}
</style>