Shades of Verdun Green #50550C
Tints of Verdun Green #50550C
RGB
CMYK
RGB Variations
Color information
#50550C (or 0x50550C) is known color: Verdun Green. HEX triplet: 50, 55 and 0C. RGB value is (80,85,12). Sum of RGB (Red+Green+Blue) = 80+85+12=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #50550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50550C is #AFAAF3. Grayscale: #4B4B4B. Windows color (decimal): -11512564 or 808272. OLE color: 808272.
HSL color Cylindrical-coordinate representation of color #50550C: hue angle of 64.11º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50550C is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 85 | 12 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.67 |
| HSL | 64.11º | 0.75% | 0.19% | - |
| HSV(B) | 64.11º | 0.86% | 0.33% | - |
| XYZ | 6.62 | 8.23 | 1.59 | - |
| YUV | 75.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 12 | 0.06 | 0 | 0.86 | 0.67 | 64.11 | 0.75 | 0.19 |
| Hex | 50 | 55 | C | 6 | 0 | 56 | 43 | 40 | 4B | 13 |
| Octal | 120 | 125 | 14 | 6 | 0 | 126 | 103 | 100 | 113 | 23 |
| Binary | 1010000 | 1010101 | 1100 | 110 | 0 | 1010110 | 1000011 | 1000000 | 1001011 | 10011 |
Color Harmonies of #50550C
Complementary color
Monochromatic Colors of #50550C
Black with #50550C
Text Example
Text Example
White with #50550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50550C; }
p { color: rgb(80,85,12); }
H1.HeaderClassName
{
color: #50550C;
}
.AnyTagClassName
{
color: #50550C;
}
</style>
background-color css
<style>
a { background-color: #50550C; }
a { background-color: rgb(80,85,12); }
div.DivClassName
{
background-color: #50550C;
}
.BgClassName
{
background-color: #50550C;
}
</style>
border-color css
<style>
span { border-color: #50550C; }
span { border-color: rgb(80,85,12); }
td.TdClassName
{
border-color: #50550C;
}
.TagClassName
{
border-color: #50550C;
}
</style>