Shades of La Palma #509D36
Tints of La Palma #509D36
RGB
CMYK
RGB Variations
Color information
#509D36 (or 0x509D36) is known color: La Palma. HEX triplet: 50, 9D and 36. RGB value is (80,157,54). Sum of RGB (Red+Green+Blue) = 80+157+54=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #509D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509D36 is #AF62C9. Grayscale: #7A7A7A. Windows color (decimal): -11494090 or 3579216. OLE color: 3579216.
HSL color Cylindrical-coordinate representation of color #509D36: hue angle of 104.85º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #509D36 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 54 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.38 |
| HSL | 104.85º | 0.49% | 0.41% | - |
| HSV(B) | 104.85º | 0.66% | 0.62% | - |
| XYZ | 16.03 | 26.09 | 7.68 | - |
| YUV | 122.24 | 89.49 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 54 | 0.49 | 0 | 0.66 | 0.38 | 104.85 | 0.49 | 0.41 |
| Hex | 50 | 9D | 36 | 31 | 0 | 42 | 26 | 69 | 31 | 29 |
| Octal | 120 | 235 | 66 | 61 | 0 | 102 | 46 | 151 | 61 | 51 |
| Binary | 1010000 | 10011101 | 110110 | 110001 | 0 | 1000010 | 100110 | 1101001 | 110001 | 101001 |
Color Harmonies of #509D36
Complementary color
Monochromatic Colors of #509D36
Black with #509D36
Text Example
Text Example
White with #509D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D36; }
p { color: rgb(80,157,54); }
H1.HeaderClassName
{
color: #509D36;
}
.AnyTagClassName
{
color: #509D36;
}
</style>
background-color css
<style>
a { background-color: #509D36; }
a { background-color: rgb(80,157,54); }
div.DivClassName
{
background-color: #509D36;
}
.BgClassName
{
background-color: #509D36;
}
</style>
border-color css
<style>
span { border-color: #509D36; }
span { border-color: rgb(80,157,54); }
td.TdClassName
{
border-color: #509D36;
}
.TagClassName
{
border-color: #509D36;
}
</style>