Shades of La Palma #50802F
Tints of La Palma #50802F
RGB
CMYK
RGB Variations
Color information
#50802F (or 0x50802F) is known color: La Palma. HEX triplet: 50, 80 and 2F. RGB value is (80,128,47). Sum of RGB (Red+Green+Blue) = 80+128+47=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #50802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50802F is #AF7FD0. Grayscale: #686868. Windows color (decimal): -11501521 or 3113040. OLE color: 3113040.
HSL color Cylindrical-coordinate representation of color #50802F: hue angle of 95.56º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50802F is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 128 | 47 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.50 |
| HSL | 95.56º | 0.46% | 0.34% | - |
| HSV(B) | 95.56º | 0.63% | 0.5% | - |
| XYZ | 11.54 | 17.35 | 5.43 | - |
| YUV | 104.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 47 | 0.38 | 0 | 0.63 | 0.50 | 95.56 | 0.46 | 0.34 |
| Hex | 50 | 80 | 2F | 26 | 0 | 3F | 32 | 60 | 2E | 22 |
| Octal | 120 | 200 | 57 | 46 | 0 | 77 | 62 | 140 | 56 | 42 |
| Binary | 1010000 | 10000000 | 101111 | 100110 | 0 | 111111 | 110010 | 1100000 | 101110 | 100010 |
Color Harmonies of #50802F
Complementary color
Monochromatic Colors of #50802F
Black with #50802F
Text Example
Text Example
White with #50802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50802F; }
p { color: rgb(80,128,47); }
H1.HeaderClassName
{
color: #50802F;
}
.AnyTagClassName
{
color: #50802F;
}
</style>
background-color css
<style>
a { background-color: #50802F; }
a { background-color: rgb(80,128,47); }
div.DivClassName
{
background-color: #50802F;
}
.BgClassName
{
background-color: #50802F;
}
</style>
border-color css
<style>
span { border-color: #50802F; }
span { border-color: rgb(80,128,47); }
td.TdClassName
{
border-color: #50802F;
}
.TagClassName
{
border-color: #50802F;
}
</style>