Shades of La Palma #53943A
Tints of La Palma #53943A
RGB
CMYK
RGB Variations
Color information
#53943A (or 0x53943A) is known color: La Palma. HEX triplet: 53, 94 and 3A. RGB value is (83,148,58). Sum of RGB (Red+Green+Blue) = 83+148+58=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #53943A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53943A is #AC6BC5. Grayscale: #767676. Windows color (decimal): -11299782 or 3839059. OLE color: 3839059.
HSL color Cylindrical-coordinate representation of color #53943A: hue angle of 103.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53943A is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 148 | 58 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.42 |
| HSL | 103.33º | 0.44% | 0.4% | - |
| HSV(B) | 103.33º | 0.61% | 0.58% | - |
| XYZ | 14.92 | 23.32 | 7.72 | - |
| YUV | 118.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 58 | 0.44 | 0 | 0.61 | 0.42 | 103.33 | 0.44 | 0.4 |
| Hex | 53 | 94 | 3A | 2C | 0 | 3D | 2A | 67 | 2C | 28 |
| Octal | 123 | 224 | 72 | 54 | 0 | 75 | 52 | 147 | 54 | 50 |
| Binary | 1010011 | 10010100 | 111010 | 101100 | 0 | 111101 | 101010 | 1100111 | 101100 | 101000 |
Color Harmonies of #53943A
Complementary color
Monochromatic Colors of #53943A
Black with #53943A
Text Example
Text Example
White with #53943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53943A; }
p { color: rgb(83,148,58); }
H1.HeaderClassName
{
color: #53943A;
}
.AnyTagClassName
{
color: #53943A;
}
</style>
background-color css
<style>
a { background-color: #53943A; }
a { background-color: rgb(83,148,58); }
div.DivClassName
{
background-color: #53943A;
}
.BgClassName
{
background-color: #53943A;
}
</style>
border-color css
<style>
span { border-color: #53943A; }
span { border-color: rgb(83,148,58); }
td.TdClassName
{
border-color: #53943A;
}
.TagClassName
{
border-color: #53943A;
}
</style>