Shades of La Palma #50942C
Tints of La Palma #50942C
RGB
CMYK
RGB Variations
Color information
#50942C (or 0x50942C) is known color: La Palma. HEX triplet: 50, 94 and 2C. RGB value is (80,148,44). Sum of RGB (Red+Green+Blue) = 80+148+44=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #50942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50942C is #AF6BD3. Grayscale: #747474. Windows color (decimal): -11496404 or 2921552. OLE color: 2921552.
HSL color Cylindrical-coordinate representation of color #50942C: hue angle of 99.23º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50942C is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 44 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.42 |
| HSL | 99.23º | 0.54% | 0.38% | - |
| HSV(B) | 99.23º | 0.7% | 0.58% | - |
| XYZ | 14.35 | 23.07 | 6.08 | - |
| YUV | 115.81 | 87.47 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 44 | 0.46 | 0 | 0.70 | 0.42 | 99.23 | 0.54 | 0.38 |
| Hex | 50 | 94 | 2C | 2E | 0 | 46 | 2A | 63 | 36 | 26 |
| Octal | 120 | 224 | 54 | 56 | 0 | 106 | 52 | 143 | 66 | 46 |
| Binary | 1010000 | 10010100 | 101100 | 101110 | 0 | 1000110 | 101010 | 1100011 | 110110 | 100110 |
Color Harmonies of #50942C
Complementary color
Monochromatic Colors of #50942C
Black with #50942C
Text Example
Text Example
White with #50942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50942C; }
p { color: rgb(80,148,44); }
H1.HeaderClassName
{
color: #50942C;
}
.AnyTagClassName
{
color: #50942C;
}
</style>
background-color css
<style>
a { background-color: #50942C; }
a { background-color: rgb(80,148,44); }
div.DivClassName
{
background-color: #50942C;
}
.BgClassName
{
background-color: #50942C;
}
</style>
border-color css
<style>
span { border-color: #50942C; }
span { border-color: rgb(80,148,44); }
td.TdClassName
{
border-color: #50942C;
}
.TagClassName
{
border-color: #50942C;
}
</style>