Shades of La Palma #50963E
Tints of La Palma #50963E
RGB
CMYK
RGB Variations
Color information
#50963E (or 0x50963E) is known color: La Palma. HEX triplet: 50, 96 and 3E. RGB value is (80,150,62). Sum of RGB (Red+Green+Blue) = 80+150+62=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #50963E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50963E is #AF69C1. Grayscale: #777777. Windows color (decimal): -11495874 or 4101712. OLE color: 4101712.
HSL color Cylindrical-coordinate representation of color #50963E: hue angle of 107.73º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50963E is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 62 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.41 |
| HSL | 107.73º | 0.42% | 0.42% | - |
| HSV(B) | 107.73º | 0.59% | 0.59% | - |
| XYZ | 15.08 | 23.87 | 8.37 | - |
| YUV | 119.04 | 95.81 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 62 | 0.47 | 0 | 0.59 | 0.41 | 107.73 | 0.42 | 0.42 |
| Hex | 50 | 96 | 3E | 2F | 0 | 3B | 29 | 6C | 2A | 2A |
| Octal | 120 | 226 | 76 | 57 | 0 | 73 | 51 | 154 | 52 | 52 |
| Binary | 1010000 | 10010110 | 111110 | 101111 | 0 | 111011 | 101001 | 1101100 | 101010 | 101010 |
Color Harmonies of #50963E
Complementary color
Monochromatic Colors of #50963E
Black with #50963E
Text Example
Text Example
White with #50963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50963E; }
p { color: rgb(80,150,62); }
H1.HeaderClassName
{
color: #50963E;
}
.AnyTagClassName
{
color: #50963E;
}
</style>
background-color css
<style>
a { background-color: #50963E; }
a { background-color: rgb(80,150,62); }
div.DivClassName
{
background-color: #50963E;
}
.BgClassName
{
background-color: #50963E;
}
</style>
border-color css
<style>
span { border-color: #50963E; }
span { border-color: rgb(80,150,62); }
td.TdClassName
{
border-color: #50963E;
}
.TagClassName
{
border-color: #50963E;
}
</style>