Shades of La Palma #509A38
Tints of La Palma #509A38
RGB
CMYK
RGB Variations
Color information
#509A38 (or 0x509A38) is known color: La Palma. HEX triplet: 50, 9A and 38. RGB value is (80,154,56). Sum of RGB (Red+Green+Blue) = 80+154+56=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 154 (60.55% from 255 or 53.10% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 154 - color contains mainly: green. Hex color #509A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509A38 is #AF65C7. Grayscale: #797979. Windows color (decimal): -11494856 or 3709520. OLE color: 3709520.
HSL color Cylindrical-coordinate representation of color #509A38: hue angle of 105.31º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #509A38 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 154 | 56 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.40 |
| HSL | 105.31º | 0.47% | 0.41% | - |
| HSV(B) | 105.31º | 0.64% | 0.6% | - |
| XYZ | 15.58 | 25.1 | 7.77 | - |
| YUV | 120.7 | 91.48 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 56 | 0.48 | 0 | 0.64 | 0.40 | 105.31 | 0.47 | 0.41 |
| Hex | 50 | 9A | 38 | 30 | 0 | 40 | 28 | 69 | 2F | 29 |
| Octal | 120 | 232 | 70 | 60 | 0 | 100 | 50 | 151 | 57 | 51 |
| Binary | 1010000 | 10011010 | 111000 | 110000 | 0 | 1000000 | 101000 | 1101001 | 101111 | 101001 |
Color Harmonies of #509A38
Complementary color
Monochromatic Colors of #509A38
Black with #509A38
Text Example
Text Example
White with #509A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509A38; }
p { color: rgb(80,154,56); }
H1.HeaderClassName
{
color: #509A38;
}
.AnyTagClassName
{
color: #509A38;
}
</style>
background-color css
<style>
a { background-color: #509A38; }
a { background-color: rgb(80,154,56); }
div.DivClassName
{
background-color: #509A38;
}
.BgClassName
{
background-color: #509A38;
}
</style>
border-color css
<style>
span { border-color: #509A38; }
span { border-color: rgb(80,154,56); }
td.TdClassName
{
border-color: #509A38;
}
.TagClassName
{
border-color: #509A38;
}
</style>