Shades of La Palma #50913A
Tints of La Palma #50913A
RGB
CMYK
RGB Variations
Color information
#50913A (or 0x50913A) is known color: La Palma. HEX triplet: 50, 91 and 3A. RGB value is (80,145,58). Sum of RGB (Red+Green+Blue) = 80+145+58=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #50913A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50913A is #AF6EC5. Grayscale: #737373. Windows color (decimal): -11497158 or 3838288. OLE color: 3838288.
HSL color Cylindrical-coordinate representation of color #50913A: hue angle of 104.83º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50913A is Cyan = 0.45, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 58 | - |
| CMYK | 0.45 | 0 | 0.6 | 0.43 |
| HSL | 104.83º | 0.43% | 0.4% | - |
| HSV(B) | 104.83º | 0.6% | 0.57% | - |
| XYZ | 14.2 | 22.26 | 7.55 | - |
| YUV | 115.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 58 | 0.45 | 0 | 0.6 | 0.43 | 104.83 | 0.43 | 0.4 |
| Hex | 50 | 91 | 3A | 2D | 0 | 3C | 2B | 69 | 2B | 28 |
| Octal | 120 | 221 | 72 | 55 | 0 | 74 | 53 | 151 | 53 | 50 |
| Binary | 1010000 | 10010001 | 111010 | 101101 | 0 | 111100 | 101011 | 1101001 | 101011 | 101000 |
Color Harmonies of #50913A
Complementary color
Monochromatic Colors of #50913A
Black with #50913A
Text Example
Text Example
White with #50913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50913A; }
p { color: rgb(80,145,58); }
H1.HeaderClassName
{
color: #50913A;
}
.AnyTagClassName
{
color: #50913A;
}
</style>
background-color css
<style>
a { background-color: #50913A; }
a { background-color: rgb(80,145,58); }
div.DivClassName
{
background-color: #50913A;
}
.BgClassName
{
background-color: #50913A;
}
</style>
border-color css
<style>
span { border-color: #50913A; }
span { border-color: rgb(80,145,58); }
td.TdClassName
{
border-color: #50913A;
}
.TagClassName
{
border-color: #50913A;
}
</style>