Shades of La Palma #50822D
Tints of La Palma #50822D
RGB
CMYK
RGB Variations
Color information
#50822D (or 0x50822D) is known color: La Palma. HEX triplet: 50, 82 and 2D. RGB value is (80,130,45). Sum of RGB (Red+Green+Blue) = 80+130+45=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #50822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50822D is #AF7DD2. Grayscale: #696969. Windows color (decimal): -11501011 or 2982480. OLE color: 2982480.
HSL color Cylindrical-coordinate representation of color #50822D: hue angle of 95.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50822D is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 45 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.49 |
| HSL | 95.29º | 0.49% | 0.34% | - |
| HSV(B) | 95.29º | 0.65% | 0.51% | - |
| XYZ | 11.76 | 17.86 | 5.31 | - |
| YUV | 105.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 45 | 0.38 | 0 | 0.65 | 0.49 | 95.29 | 0.49 | 0.34 |
| Hex | 50 | 82 | 2D | 26 | 0 | 41 | 31 | 5F | 31 | 22 |
| Octal | 120 | 202 | 55 | 46 | 0 | 101 | 61 | 137 | 61 | 42 |
| Binary | 1010000 | 10000010 | 101101 | 100110 | 0 | 1000001 | 110001 | 1011111 | 110001 | 100010 |
Color Harmonies of #50822D
Complementary color
Monochromatic Colors of #50822D
Black with #50822D
Text Example
Text Example
White with #50822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50822D; }
p { color: rgb(80,130,45); }
H1.HeaderClassName
{
color: #50822D;
}
.AnyTagClassName
{
color: #50822D;
}
</style>
background-color css
<style>
a { background-color: #50822D; }
a { background-color: rgb(80,130,45); }
div.DivClassName
{
background-color: #50822D;
}
.BgClassName
{
background-color: #50822D;
}
</style>
border-color css
<style>
span { border-color: #50822D; }
span { border-color: rgb(80,130,45); }
td.TdClassName
{
border-color: #50822D;
}
.TagClassName
{
border-color: #50822D;
}
</style>