Shades of La Palma #509D3C
Tints of La Palma #509D3C
RGB
CMYK
RGB Variations
Color information
#509D3C (or 0x509D3C) is known color: La Palma. HEX triplet: 50, 9D and 3C. RGB value is (80,157,60). Sum of RGB (Red+Green+Blue) = 80+157+60=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #509D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509D3C is #AF62C3. Grayscale: #7B7B7B. Windows color (decimal): -11494084 or 3972432. OLE color: 3972432.
HSL color Cylindrical-coordinate representation of color #509D3C: hue angle of 107.63º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #509D3C is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 60 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.38 |
| HSL | 107.63º | 0.45% | 0.43% | - |
| HSV(B) | 107.63º | 0.62% | 0.62% | - |
| XYZ | 16.18 | 26.15 | 8.47 | - |
| YUV | 122.92 | 92.49 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 60 | 0.49 | 0 | 0.62 | 0.38 | 107.63 | 0.45 | 0.43 |
| Hex | 50 | 9D | 3C | 31 | 0 | 3E | 26 | 6C | 2D | 2B |
| Octal | 120 | 235 | 74 | 61 | 0 | 76 | 46 | 154 | 55 | 53 |
| Binary | 1010000 | 10011101 | 111100 | 110001 | 0 | 111110 | 100110 | 1101100 | 101101 | 101011 |
Color Harmonies of #509D3C
Complementary color
Monochromatic Colors of #509D3C
Black with #509D3C
Text Example
Text Example
White with #509D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D3C; }
p { color: rgb(80,157,60); }
H1.HeaderClassName
{
color: #509D3C;
}
.AnyTagClassName
{
color: #509D3C;
}
</style>
background-color css
<style>
a { background-color: #509D3C; }
a { background-color: rgb(80,157,60); }
div.DivClassName
{
background-color: #509D3C;
}
.BgClassName
{
background-color: #509D3C;
}
</style>
border-color css
<style>
span { border-color: #509D3C; }
span { border-color: rgb(80,157,60); }
td.TdClassName
{
border-color: #509D3C;
}
.TagClassName
{
border-color: #509D3C;
}
</style>