Shades of La Palma #53933A
Tints of La Palma #53933A
RGB
CMYK
RGB Variations
Color information
#53933A (or 0x53933A) is known color: La Palma. HEX triplet: 53, 93 and 3A. RGB value is (83,147,58). Sum of RGB (Red+Green+Blue) = 83+147+58=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #53933A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53933A is #AC6CC5. Grayscale: #767676. Windows color (decimal): -11300038 or 3838803. OLE color: 3838803.
HSL color Cylindrical-coordinate representation of color #53933A: hue angle of 103.15º degrees, saturation: 0.43, 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 #53933A is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 147 | 58 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.42 |
| HSL | 103.15º | 0.43% | 0.4% | - |
| HSV(B) | 103.15º | 0.61% | 0.58% | - |
| XYZ | 14.76 | 23.01 | 7.67 | - |
| YUV | 117.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 58 | 0.44 | 0 | 0.61 | 0.42 | 103.15 | 0.43 | 0.4 |
| Hex | 53 | 93 | 3A | 2C | 0 | 3D | 2A | 67 | 2B | 28 |
| Octal | 123 | 223 | 72 | 54 | 0 | 75 | 52 | 147 | 53 | 50 |
| Binary | 1010011 | 10010011 | 111010 | 101100 | 0 | 111101 | 101010 | 1100111 | 101011 | 101000 |
Color Harmonies of #53933A
Complementary color
Monochromatic Colors of #53933A
Black with #53933A
Text Example
Text Example
White with #53933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53933A; }
p { color: rgb(83,147,58); }
H1.HeaderClassName
{
color: #53933A;
}
.AnyTagClassName
{
color: #53933A;
}
</style>
background-color css
<style>
a { background-color: #53933A; }
a { background-color: rgb(83,147,58); }
div.DivClassName
{
background-color: #53933A;
}
.BgClassName
{
background-color: #53933A;
}
</style>
border-color css
<style>
span { border-color: #53933A; }
span { border-color: rgb(83,147,58); }
td.TdClassName
{
border-color: #53933A;
}
.TagClassName
{
border-color: #53933A;
}
</style>