Shades of La Palma #50932C
Tints of La Palma #50932C
RGB
CMYK
RGB Variations
Color information
#50932C (or 0x50932C) is known color: La Palma. HEX triplet: 50, 93 and 2C. RGB value is (80,147,44). Sum of RGB (Red+Green+Blue) = 80+147+44=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #50932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50932C is #AF6CD3. Grayscale: #737373. Windows color (decimal): -11496660 or 2921296. OLE color: 2921296.
HSL color Cylindrical-coordinate representation of color #50932C: hue angle of 99.03º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50932C is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 44 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.42 |
| HSL | 99.03º | 0.54% | 0.37% | - |
| HSV(B) | 99.03º | 0.7% | 0.58% | - |
| XYZ | 14.2 | 22.75 | 6.03 | - |
| YUV | 115.23 | 87.8 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 44 | 0.46 | 0 | 0.70 | 0.42 | 99.03 | 0.54 | 0.37 |
| Hex | 50 | 93 | 2C | 2E | 0 | 46 | 2A | 63 | 36 | 25 |
| Octal | 120 | 223 | 54 | 56 | 0 | 106 | 52 | 143 | 66 | 45 |
| Binary | 1010000 | 10010011 | 101100 | 101110 | 0 | 1000110 | 101010 | 1100011 | 110110 | 100101 |
Color Harmonies of #50932C
Complementary color
Monochromatic Colors of #50932C
Black with #50932C
Text Example
Text Example
White with #50932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50932C; }
p { color: rgb(80,147,44); }
H1.HeaderClassName
{
color: #50932C;
}
.AnyTagClassName
{
color: #50932C;
}
</style>
background-color css
<style>
a { background-color: #50932C; }
a { background-color: rgb(80,147,44); }
div.DivClassName
{
background-color: #50932C;
}
.BgClassName
{
background-color: #50932C;
}
</style>
border-color css
<style>
span { border-color: #50932C; }
span { border-color: rgb(80,147,44); }
td.TdClassName
{
border-color: #50932C;
}
.TagClassName
{
border-color: #50932C;
}
</style>