Shades of La Palma #50903B
Tints of La Palma #50903B
RGB
CMYK
RGB Variations
Color information
#50903B (or 0x50903B) is known color: La Palma. HEX triplet: 50, 90 and 3B. RGB value is (80,144,59). Sum of RGB (Red+Green+Blue) = 80+144+59=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #50903B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50903B is #AF6FC4. Grayscale: #737373. Windows color (decimal): -11497413 or 3903568. OLE color: 3903568.
HSL color Cylindrical-coordinate representation of color #50903B: hue angle of 105.18º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50903B is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 59 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.44 |
| HSL | 105.18º | 0.42% | 0.4% | - |
| HSV(B) | 105.18º | 0.59% | 0.56% | - |
| XYZ | 14.07 | 21.97 | 7.64 | - |
| YUV | 115.17 | 96.3 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 59 | 0.44 | 0 | 0.59 | 0.44 | 105.18 | 0.42 | 0.4 |
| Hex | 50 | 90 | 3B | 2C | 0 | 3B | 2C | 69 | 2A | 28 |
| Octal | 120 | 220 | 73 | 54 | 0 | 73 | 54 | 151 | 52 | 50 |
| Binary | 1010000 | 10010000 | 111011 | 101100 | 0 | 111011 | 101100 | 1101001 | 101010 | 101000 |
Color Harmonies of #50903B
Complementary color
Monochromatic Colors of #50903B
Black with #50903B
Text Example
Text Example
White with #50903B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50903B; }
p { color: rgb(80,144,59); }
H1.HeaderClassName
{
color: #50903B;
}
.AnyTagClassName
{
color: #50903B;
}
</style>
background-color css
<style>
a { background-color: #50903B; }
a { background-color: rgb(80,144,59); }
div.DivClassName
{
background-color: #50903B;
}
.BgClassName
{
background-color: #50903B;
}
</style>
border-color css
<style>
span { border-color: #50903B; }
span { border-color: rgb(80,144,59); }
td.TdClassName
{
border-color: #50903B;
}
.TagClassName
{
border-color: #50903B;
}
</style>