Shades of La Palma #528E38
Tints of La Palma #528E38
RGB
CMYK
RGB Variations
Color information
#528E38 (or 0x528E38) is known color: La Palma. HEX triplet: 52, 8E and 38. RGB value is (82,142,56). Sum of RGB (Red+Green+Blue) = 82+142+56=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #528E38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E38 is #AD71C7. Grayscale: #727272. Windows color (decimal): -11366856 or 3706450. OLE color: 3706450.
HSL color Cylindrical-coordinate representation of color #528E38: hue angle of 101.86º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #528E38 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 56 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.44 |
| HSL | 101.86º | 0.43% | 0.39% | - |
| HSV(B) | 101.86º | 0.61% | 0.56% | - |
| XYZ | 13.87 | 21.43 | 7.15 | - |
| YUV | 114.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 56 | 0.42 | 0 | 0.61 | 0.44 | 101.86 | 0.43 | 0.39 |
| Hex | 52 | 8E | 38 | 2A | 0 | 3D | 2C | 66 | 2B | 27 |
| Octal | 122 | 216 | 70 | 52 | 0 | 75 | 54 | 146 | 53 | 47 |
| Binary | 1010010 | 10001110 | 111000 | 101010 | 0 | 111101 | 101100 | 1100110 | 101011 | 100111 |
Color Harmonies of #528E38
Complementary color
Monochromatic Colors of #528E38
Black with #528E38
Text Example
Text Example
White with #528E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E38; }
p { color: rgb(82,142,56); }
H1.HeaderClassName
{
color: #528E38;
}
.AnyTagClassName
{
color: #528E38;
}
</style>
background-color css
<style>
a { background-color: #528E38; }
a { background-color: rgb(82,142,56); }
div.DivClassName
{
background-color: #528E38;
}
.BgClassName
{
background-color: #528E38;
}
</style>
border-color css
<style>
span { border-color: #528E38; }
span { border-color: rgb(82,142,56); }
td.TdClassName
{
border-color: #528E38;
}
.TagClassName
{
border-color: #528E38;
}
</style>