Shades of La Palma #50902D
Tints of La Palma #50902D
RGB
CMYK
RGB Variations
Color information
#50902D (or 0x50902D) is known color: La Palma. HEX triplet: 50, 90 and 2D. RGB value is (80,144,45). Sum of RGB (Red+Green+Blue) = 80+144+45=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #50902D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50902D is #AF6FD2. Grayscale: #717171. Windows color (decimal): -11497427 or 2986064. OLE color: 2986064.
HSL color Cylindrical-coordinate representation of color #50902D: hue angle of 98.79º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50902D is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 45 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.44 |
| HSL | 98.79º | 0.52% | 0.37% | - |
| HSV(B) | 98.79º | 0.69% | 0.56% | - |
| XYZ | 13.76 | 21.84 | 5.97 | - |
| YUV | 113.58 | 89.3 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 45 | 0.44 | 0 | 0.69 | 0.44 | 98.79 | 0.52 | 0.37 |
| Hex | 50 | 90 | 2D | 2C | 0 | 45 | 2C | 63 | 34 | 25 |
| Octal | 120 | 220 | 55 | 54 | 0 | 105 | 54 | 143 | 64 | 45 |
| Binary | 1010000 | 10010000 | 101101 | 101100 | 0 | 1000101 | 101100 | 1100011 | 110100 | 100101 |
Color Harmonies of #50902D
Complementary color
Monochromatic Colors of #50902D
Black with #50902D
Text Example
Text Example
White with #50902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50902D; }
p { color: rgb(80,144,45); }
H1.HeaderClassName
{
color: #50902D;
}
.AnyTagClassName
{
color: #50902D;
}
</style>
background-color css
<style>
a { background-color: #50902D; }
a { background-color: rgb(80,144,45); }
div.DivClassName
{
background-color: #50902D;
}
.BgClassName
{
background-color: #50902D;
}
</style>
border-color css
<style>
span { border-color: #50902D; }
span { border-color: rgb(80,144,45); }
td.TdClassName
{
border-color: #50902D;
}
.TagClassName
{
border-color: #50902D;
}
</style>