Shades of Verdun Green #50621C
Tints of Verdun Green #50621C
RGB
CMYK
RGB Variations
Color information
#50621C (or 0x50621C) is known color: Verdun Green. HEX triplet: 50, 62 and 1C. RGB value is (80,98,28). Sum of RGB (Red+Green+Blue) = 80+98+28=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #50621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50621C is #AF9DE3. Grayscale: #545454. Windows color (decimal): -11509220 or 1860176. OLE color: 1860176.
HSL color Cylindrical-coordinate representation of color #50621C: hue angle of 75.43º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50621C is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 28 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.62 |
| HSL | 75.43º | 0.56% | 0.25% | - |
| HSV(B) | 75.43º | 0.71% | 0.38% | - |
| XYZ | 7.89 | 10.52 | 2.71 | - |
| YUV | 84.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 28 | 0.18 | 0 | 0.71 | 0.62 | 75.43 | 0.56 | 0.25 |
| Hex | 50 | 62 | 1C | 12 | 0 | 47 | 3E | 4B | 38 | 19 |
| Octal | 120 | 142 | 34 | 22 | 0 | 107 | 76 | 113 | 70 | 31 |
| Binary | 1010000 | 1100010 | 11100 | 10010 | 0 | 1000111 | 111110 | 1001011 | 111000 | 11001 |
Color Harmonies of #50621C
Complementary color
Monochromatic Colors of #50621C
Black with #50621C
Text Example
Text Example
White with #50621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50621C; }
p { color: rgb(80,98,28); }
H1.HeaderClassName
{
color: #50621C;
}
.AnyTagClassName
{
color: #50621C;
}
</style>
background-color css
<style>
a { background-color: #50621C; }
a { background-color: rgb(80,98,28); }
div.DivClassName
{
background-color: #50621C;
}
.BgClassName
{
background-color: #50621C;
}
</style>
border-color css
<style>
span { border-color: #50621C; }
span { border-color: rgb(80,98,28); }
td.TdClassName
{
border-color: #50621C;
}
.TagClassName
{
border-color: #50621C;
}
</style>