Shades of La Palma #508828
Tints of La Palma #508828
RGB
CMYK
RGB Variations
Color information
#508828 (or 0x508828) is known color: La Palma. HEX triplet: 50, 88 and 28. RGB value is (80,136,40). Sum of RGB (Red+Green+Blue) = 80+136+40=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #508828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508828 is #AF77D7. Grayscale: #6C6C6C. Windows color (decimal): -11499480 or 2656336. OLE color: 2656336.
HSL color Cylindrical-coordinate representation of color #508828: hue angle of 95º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #508828 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 136 | 40 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.47 |
| HSL | 95º | 0.55% | 0.35% | - |
| HSV(B) | 95º | 0.71% | 0.53% | - |
| XYZ | 12.5 | 19.47 | 5.11 | - |
| YUV | 108.31 | 89.45 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 40 | 0.41 | 0 | 0.71 | 0.47 | 95 | 0.55 | 0.35 |
| Hex | 50 | 88 | 28 | 29 | 0 | 47 | 2F | 5F | 37 | 23 |
| Octal | 120 | 210 | 50 | 51 | 0 | 107 | 57 | 137 | 67 | 43 |
| Binary | 1010000 | 10001000 | 101000 | 101001 | 0 | 1000111 | 101111 | 1011111 | 110111 | 100011 |
Color Harmonies of #508828
Complementary color
Monochromatic Colors of #508828
Black with #508828
Text Example
Text Example
White with #508828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508828; }
p { color: rgb(80,136,40); }
H1.HeaderClassName
{
color: #508828;
}
.AnyTagClassName
{
color: #508828;
}
</style>
background-color css
<style>
a { background-color: #508828; }
a { background-color: rgb(80,136,40); }
div.DivClassName
{
background-color: #508828;
}
.BgClassName
{
background-color: #508828;
}
</style>
border-color css
<style>
span { border-color: #508828; }
span { border-color: rgb(80,136,40); }
td.TdClassName
{
border-color: #508828;
}
.TagClassName
{
border-color: #508828;
}
</style>