Shades of La Palma #53963B
Tints of La Palma #53963B
RGB
CMYK
RGB Variations
Color information
#53963B (or 0x53963B) is known color: La Palma. HEX triplet: 53, 96 and 3B. RGB value is (83,150,59). Sum of RGB (Red+Green+Blue) = 83+150+59=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #53963B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53963B is #AC69C4. Grayscale: #777777. Windows color (decimal): -11299269 or 3905107. OLE color: 3905107.
HSL color Cylindrical-coordinate representation of color #53963B: hue angle of 104.18º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53963B is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 150 | 59 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.41 |
| HSL | 104.18º | 0.44% | 0.41% | - |
| HSV(B) | 104.18º | 0.61% | 0.59% | - |
| XYZ | 15.26 | 23.97 | 7.96 | - |
| YUV | 119.59 | 93.8 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 59 | 0.45 | 0 | 0.61 | 0.41 | 104.18 | 0.44 | 0.41 |
| Hex | 53 | 96 | 3B | 2D | 0 | 3D | 29 | 68 | 2C | 29 |
| Octal | 123 | 226 | 73 | 55 | 0 | 75 | 51 | 150 | 54 | 51 |
| Binary | 1010011 | 10010110 | 111011 | 101101 | 0 | 111101 | 101001 | 1101000 | 101100 | 101001 |
Color Harmonies of #53963B
Complementary color
Monochromatic Colors of #53963B
Black with #53963B
Text Example
Text Example
White with #53963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53963B; }
p { color: rgb(83,150,59); }
H1.HeaderClassName
{
color: #53963B;
}
.AnyTagClassName
{
color: #53963B;
}
</style>
background-color css
<style>
a { background-color: #53963B; }
a { background-color: rgb(83,150,59); }
div.DivClassName
{
background-color: #53963B;
}
.BgClassName
{
background-color: #53963B;
}
</style>
border-color css
<style>
span { border-color: #53963B; }
span { border-color: rgb(83,150,59); }
td.TdClassName
{
border-color: #53963B;
}
.TagClassName
{
border-color: #53963B;
}
</style>