Shades of La Palma #50842E
Tints of La Palma #50842E
RGB
CMYK
RGB Variations
Color information
#50842E (or 0x50842E) is known color: La Palma. HEX triplet: 50, 84 and 2E. RGB value is (80,132,46). Sum of RGB (Red+Green+Blue) = 80+132+46=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #50842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50842E is #AF7BD1. Grayscale: #6A6A6A. Windows color (decimal): -11500498 or 3048528. OLE color: 3048528.
HSL color Cylindrical-coordinate representation of color #50842E: hue angle of 96.28º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50842E is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 132 | 46 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.48 |
| HSL | 96.28º | 0.48% | 0.35% | - |
| HSV(B) | 96.28º | 0.65% | 0.52% | - |
| XYZ | 12.05 | 18.41 | 5.5 | - |
| YUV | 106.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 46 | 0.39 | 0 | 0.65 | 0.48 | 96.28 | 0.48 | 0.35 |
| Hex | 50 | 84 | 2E | 27 | 0 | 41 | 30 | 60 | 30 | 23 |
| Octal | 120 | 204 | 56 | 47 | 0 | 101 | 60 | 140 | 60 | 43 |
| Binary | 1010000 | 10000100 | 101110 | 100111 | 0 | 1000001 | 110000 | 1100000 | 110000 | 100011 |
Color Harmonies of #50842E
Complementary color
Monochromatic Colors of #50842E
Black with #50842E
Text Example
Text Example
White with #50842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50842E; }
p { color: rgb(80,132,46); }
H1.HeaderClassName
{
color: #50842E;
}
.AnyTagClassName
{
color: #50842E;
}
</style>
background-color css
<style>
a { background-color: #50842E; }
a { background-color: rgb(80,132,46); }
div.DivClassName
{
background-color: #50842E;
}
.BgClassName
{
background-color: #50842E;
}
</style>
border-color css
<style>
span { border-color: #50842E; }
span { border-color: rgb(80,132,46); }
td.TdClassName
{
border-color: #50842E;
}
.TagClassName
{
border-color: #50842E;
}
</style>