Shades of La Palma #52822F
Tints of La Palma #52822F
RGB
CMYK
RGB Variations
Color information
#52822F (or 0x52822F) is known color: La Palma. HEX triplet: 52, 82 and 2F. RGB value is (82,130,47). Sum of RGB (Red+Green+Blue) = 82+130+47=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #52822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52822F is #AD7DD0. Grayscale: #6A6A6A. Windows color (decimal): -11369937 or 3113554. OLE color: 3113554.
HSL color Cylindrical-coordinate representation of color #52822F: hue angle of 94.7º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52822F is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 47 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.49 |
| HSL | 94.7º | 0.47% | 0.35% | - |
| HSV(B) | 94.7º | 0.64% | 0.51% | - |
| XYZ | 11.98 | 17.96 | 5.53 | - |
| YUV | 106.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 47 | 0.37 | 0 | 0.64 | 0.49 | 94.7 | 0.47 | 0.35 |
| Hex | 52 | 82 | 2F | 25 | 0 | 40 | 31 | 5F | 2F | 23 |
| Octal | 122 | 202 | 57 | 45 | 0 | 100 | 61 | 137 | 57 | 43 |
| Binary | 1010010 | 10000010 | 101111 | 100101 | 0 | 1000000 | 110001 | 1011111 | 101111 | 100011 |
Color Harmonies of #52822F
Complementary color
Monochromatic Colors of #52822F
Black with #52822F
Text Example
Text Example
White with #52822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52822F; }
p { color: rgb(82,130,47); }
H1.HeaderClassName
{
color: #52822F;
}
.AnyTagClassName
{
color: #52822F;
}
</style>
background-color css
<style>
a { background-color: #52822F; }
a { background-color: rgb(82,130,47); }
div.DivClassName
{
background-color: #52822F;
}
.BgClassName
{
background-color: #52822F;
}
</style>
border-color css
<style>
span { border-color: #52822F; }
span { border-color: rgb(82,130,47); }
td.TdClassName
{
border-color: #52822F;
}
.TagClassName
{
border-color: #52822F;
}
</style>