Shades of La Palma #50903A
Tints of La Palma #50903A
RGB
CMYK
RGB Variations
Color information
#50903A (or 0x50903A) is known color: La Palma. HEX triplet: 50, 90 and 3A. RGB value is (80,144,58). Sum of RGB (Red+Green+Blue) = 80+144+58=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #50903A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50903A is #AF6FC5. Grayscale: #737373. Windows color (decimal): -11497414 or 3838032. OLE color: 3838032.
HSL color Cylindrical-coordinate representation of color #50903A: hue angle of 104.65º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50903A is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 58 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.44 |
| HSL | 104.65º | 0.43% | 0.4% | - |
| HSV(B) | 104.65º | 0.6% | 0.56% | - |
| XYZ | 14.05 | 21.96 | 7.5 | - |
| YUV | 115.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 58 | 0.44 | 0 | 0.60 | 0.44 | 104.65 | 0.43 | 0.4 |
| Hex | 50 | 90 | 3A | 2C | 0 | 3C | 2C | 69 | 2B | 28 |
| Octal | 120 | 220 | 72 | 54 | 0 | 74 | 54 | 151 | 53 | 50 |
| Binary | 1010000 | 10010000 | 111010 | 101100 | 0 | 111100 | 101100 | 1101001 | 101011 | 101000 |
Color Harmonies of #50903A
Complementary color
Monochromatic Colors of #50903A
Black with #50903A
Text Example
Text Example
White with #50903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50903A; }
p { color: rgb(80,144,58); }
H1.HeaderClassName
{
color: #50903A;
}
.AnyTagClassName
{
color: #50903A;
}
</style>
background-color css
<style>
a { background-color: #50903A; }
a { background-color: rgb(80,144,58); }
div.DivClassName
{
background-color: #50903A;
}
.BgClassName
{
background-color: #50903A;
}
</style>
border-color css
<style>
span { border-color: #50903A; }
span { border-color: rgb(80,144,58); }
td.TdClassName
{
border-color: #50903A;
}
.TagClassName
{
border-color: #50903A;
}
</style>