Shades of La Palma #50802B
Tints of La Palma #50802B
RGB
CMYK
RGB Variations
Color information
#50802B (or 0x50802B) is known color: La Palma. HEX triplet: 50, 80 and 2B. RGB value is (80,128,43). Sum of RGB (Red+Green+Blue) = 80+128+43=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #50802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50802B is #AF7FD4. Grayscale: #686868. Windows color (decimal): -11501525 or 2850896. OLE color: 2850896.
HSL color Cylindrical-coordinate representation of color #50802B: hue angle of 93.88º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50802B is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 128 | 43 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.50 |
| HSL | 93.88º | 0.5% | 0.34% | - |
| HSV(B) | 93.88º | 0.66% | 0.5% | - |
| XYZ | 11.46 | 17.32 | 5.02 | - |
| YUV | 103.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 43 | 0.38 | 0 | 0.66 | 0.50 | 93.88 | 0.5 | 0.34 |
| Hex | 50 | 80 | 2B | 26 | 0 | 42 | 32 | 5E | 32 | 22 |
| Octal | 120 | 200 | 53 | 46 | 0 | 102 | 62 | 136 | 62 | 42 |
| Binary | 1010000 | 10000000 | 101011 | 100110 | 0 | 1000010 | 110010 | 1011110 | 110010 | 100010 |
Color Harmonies of #50802B
Complementary color
Monochromatic Colors of #50802B
Black with #50802B
Text Example
Text Example
White with #50802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50802B; }
p { color: rgb(80,128,43); }
H1.HeaderClassName
{
color: #50802B;
}
.AnyTagClassName
{
color: #50802B;
}
</style>
background-color css
<style>
a { background-color: #50802B; }
a { background-color: rgb(80,128,43); }
div.DivClassName
{
background-color: #50802B;
}
.BgClassName
{
background-color: #50802B;
}
</style>
border-color css
<style>
span { border-color: #50802B; }
span { border-color: rgb(80,128,43); }
td.TdClassName
{
border-color: #50802B;
}
.TagClassName
{
border-color: #50802B;
}
</style>