Shades of La Palma #50943A
Tints of La Palma #50943A
RGB
CMYK
RGB Variations
Color information
#50943A (or 0x50943A) is known color: La Palma. HEX triplet: 50, 94 and 3A. RGB value is (80,148,58). Sum of RGB (Red+Green+Blue) = 80+148+58=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #50943A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50943A is #AF6BC5. Grayscale: #757575. Windows color (decimal): -11496390 or 3839056. OLE color: 3839056.
HSL color Cylindrical-coordinate representation of color #50943A: hue angle of 105.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50943A is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 58 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.42 |
| HSL | 105.33º | 0.44% | 0.4% | - |
| HSV(B) | 105.33º | 0.61% | 0.58% | - |
| XYZ | 14.66 | 23.19 | 7.71 | - |
| YUV | 117.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 58 | 0.46 | 0 | 0.61 | 0.42 | 105.33 | 0.44 | 0.4 |
| Hex | 50 | 94 | 3A | 2E | 0 | 3D | 2A | 69 | 2C | 28 |
| Octal | 120 | 224 | 72 | 56 | 0 | 75 | 52 | 151 | 54 | 50 |
| Binary | 1010000 | 10010100 | 111010 | 101110 | 0 | 111101 | 101010 | 1101001 | 101100 | 101000 |
Color Harmonies of #50943A
Complementary color
Monochromatic Colors of #50943A
Black with #50943A
Text Example
Text Example
White with #50943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50943A; }
p { color: rgb(80,148,58); }
H1.HeaderClassName
{
color: #50943A;
}
.AnyTagClassName
{
color: #50943A;
}
</style>
background-color css
<style>
a { background-color: #50943A; }
a { background-color: rgb(80,148,58); }
div.DivClassName
{
background-color: #50943A;
}
.BgClassName
{
background-color: #50943A;
}
</style>
border-color css
<style>
span { border-color: #50943A; }
span { border-color: rgb(80,148,58); }
td.TdClassName
{
border-color: #50943A;
}
.TagClassName
{
border-color: #50943A;
}
</style>