Shades of La Palma #52963D
Tints of La Palma #52963D
RGB
CMYK
RGB Variations
Color information
#52963D (or 0x52963D) is known color: La Palma. HEX triplet: 52, 96 and 3D. RGB value is (82,150,61). Sum of RGB (Red+Green+Blue) = 82+150+61=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #52963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52963D is #AD69C2. Grayscale: #777777. Windows color (decimal): -11364803 or 4036178. OLE color: 4036178.
HSL color Cylindrical-coordinate representation of color #52963D: hue angle of 105.84º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52963D is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 61 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.41 |
| HSL | 105.84º | 0.42% | 0.41% | - |
| HSV(B) | 105.84º | 0.59% | 0.59% | - |
| XYZ | 15.23 | 23.94 | 8.23 | - |
| YUV | 119.52 | 94.97 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 61 | 0.45 | 0 | 0.59 | 0.41 | 105.84 | 0.42 | 0.41 |
| Hex | 52 | 96 | 3D | 2D | 0 | 3B | 29 | 6A | 2A | 29 |
| Octal | 122 | 226 | 75 | 55 | 0 | 73 | 51 | 152 | 52 | 51 |
| Binary | 1010010 | 10010110 | 111101 | 101101 | 0 | 111011 | 101001 | 1101010 | 101010 | 101001 |
Color Harmonies of #52963D
Complementary color
Monochromatic Colors of #52963D
Black with #52963D
Text Example
Text Example
White with #52963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52963D; }
p { color: rgb(82,150,61); }
H1.HeaderClassName
{
color: #52963D;
}
.AnyTagClassName
{
color: #52963D;
}
</style>
background-color css
<style>
a { background-color: #52963D; }
a { background-color: rgb(82,150,61); }
div.DivClassName
{
background-color: #52963D;
}
.BgClassName
{
background-color: #52963D;
}
</style>
border-color css
<style>
span { border-color: #52963D; }
span { border-color: rgb(82,150,61); }
td.TdClassName
{
border-color: #52963D;
}
.TagClassName
{
border-color: #52963D;
}
</style>