Shades of La Palma #50822A
Tints of La Palma #50822A
RGB
CMYK
RGB Variations
Color information
#50822A (or 0x50822A) is known color: La Palma. HEX triplet: 50, 82 and 2A. RGB value is (80,130,42). Sum of RGB (Red+Green+Blue) = 80+130+42=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #50822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50822A is #AF7DD5. Grayscale: #696969. Windows color (decimal): -11501014 or 2785872. OLE color: 2785872.
HSL color Cylindrical-coordinate representation of color #50822A: hue angle of 94.09º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50822A is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 42 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.49 |
| HSL | 94.09º | 0.51% | 0.34% | - |
| HSV(B) | 94.09º | 0.68% | 0.51% | - |
| XYZ | 11.71 | 17.84 | 5.02 | - |
| YUV | 105.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 42 | 0.38 | 0 | 0.68 | 0.49 | 94.09 | 0.51 | 0.34 |
| Hex | 50 | 82 | 2A | 26 | 0 | 44 | 31 | 5E | 33 | 22 |
| Octal | 120 | 202 | 52 | 46 | 0 | 104 | 61 | 136 | 63 | 42 |
| Binary | 1010000 | 10000010 | 101010 | 100110 | 0 | 1000100 | 110001 | 1011110 | 110011 | 100010 |
Color Harmonies of #50822A
Complementary color
Monochromatic Colors of #50822A
Black with #50822A
Text Example
Text Example
White with #50822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50822A; }
p { color: rgb(80,130,42); }
H1.HeaderClassName
{
color: #50822A;
}
.AnyTagClassName
{
color: #50822A;
}
</style>
background-color css
<style>
a { background-color: #50822A; }
a { background-color: rgb(80,130,42); }
div.DivClassName
{
background-color: #50822A;
}
.BgClassName
{
background-color: #50822A;
}
</style>
border-color css
<style>
span { border-color: #50822A; }
span { border-color: rgb(80,130,42); }
td.TdClassName
{
border-color: #50822A;
}
.TagClassName
{
border-color: #50822A;
}
</style>