Shades of La Palma #509B2F
Tints of La Palma #509B2F
RGB
CMYK
RGB Variations
Color information
#509B2F (or 0x509B2F) is known color: La Palma. HEX triplet: 50, 9B and 2F. RGB value is (80,155,47). Sum of RGB (Red+Green+Blue) = 80+155+47=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #509B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509B2F is #AF64D0. Grayscale: #787878. Windows color (decimal): -11494609 or 3119952. OLE color: 3119952.
HSL color Cylindrical-coordinate representation of color #509B2F: hue angle of 101.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #509B2F is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 155 | 47 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.39 |
| HSL | 101.67º | 0.53% | 0.4% | - |
| HSV(B) | 101.67º | 0.7% | 0.61% | - |
| XYZ | 15.54 | 25.35 | 6.76 | - |
| YUV | 120.26 | 86.65 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 47 | 0.48 | 0 | 0.70 | 0.39 | 101.67 | 0.53 | 0.4 |
| Hex | 50 | 9B | 2F | 30 | 0 | 46 | 27 | 66 | 35 | 28 |
| Octal | 120 | 233 | 57 | 60 | 0 | 106 | 47 | 146 | 65 | 50 |
| Binary | 1010000 | 10011011 | 101111 | 110000 | 0 | 1000110 | 100111 | 1100110 | 110101 | 101000 |
Color Harmonies of #509B2F
Complementary color
Monochromatic Colors of #509B2F
Black with #509B2F
Text Example
Text Example
White with #509B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509B2F; }
p { color: rgb(80,155,47); }
H1.HeaderClassName
{
color: #509B2F;
}
.AnyTagClassName
{
color: #509B2F;
}
</style>
background-color css
<style>
a { background-color: #509B2F; }
a { background-color: rgb(80,155,47); }
div.DivClassName
{
background-color: #509B2F;
}
.BgClassName
{
background-color: #509B2F;
}
</style>
border-color css
<style>
span { border-color: #509B2F; }
span { border-color: rgb(80,155,47); }
td.TdClassName
{
border-color: #509B2F;
}
.TagClassName
{
border-color: #509B2F;
}
</style>