Shades of La Palma #52983D
Tints of La Palma #52983D
RGB
CMYK
RGB Variations
Color information
#52983D (or 0x52983D) is known color: La Palma. HEX triplet: 52, 98 and 3D. RGB value is (82,152,61). Sum of RGB (Red+Green+Blue) = 82+152+61=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #52983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52983D is #AD67C2. Grayscale: #787878. Windows color (decimal): -11364291 or 4036690. OLE color: 4036690.
HSL color Cylindrical-coordinate representation of color #52983D: hue angle of 106.15º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52983D is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 61 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.40 |
| HSL | 106.15º | 0.43% | 0.42% | - |
| HSV(B) | 106.15º | 0.6% | 0.6% | - |
| XYZ | 15.55 | 24.59 | 8.34 | - |
| YUV | 120.7 | 94.31 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 61 | 0.46 | 0 | 0.60 | 0.40 | 106.15 | 0.43 | 0.42 |
| Hex | 52 | 98 | 3D | 2E | 0 | 3C | 28 | 6A | 2B | 2A |
| Octal | 122 | 230 | 75 | 56 | 0 | 74 | 50 | 152 | 53 | 52 |
| Binary | 1010010 | 10011000 | 111101 | 101110 | 0 | 111100 | 101000 | 1101010 | 101011 | 101010 |
Color Harmonies of #52983D
Complementary color
Monochromatic Colors of #52983D
Black with #52983D
Text Example
Text Example
White with #52983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52983D; }
p { color: rgb(82,152,61); }
H1.HeaderClassName
{
color: #52983D;
}
.AnyTagClassName
{
color: #52983D;
}
</style>
background-color css
<style>
a { background-color: #52983D; }
a { background-color: rgb(82,152,61); }
div.DivClassName
{
background-color: #52983D;
}
.BgClassName
{
background-color: #52983D;
}
</style>
border-color css
<style>
span { border-color: #52983D; }
span { border-color: rgb(82,152,61); }
td.TdClassName
{
border-color: #52983D;
}
.TagClassName
{
border-color: #52983D;
}
</style>