Shades of La Palma #53923A
Tints of La Palma #53923A
RGB
CMYK
RGB Variations
Color information
#53923A (or 0x53923A) is known color: La Palma. HEX triplet: 53, 92 and 3A. RGB value is (83,146,58). Sum of RGB (Red+Green+Blue) = 83+146+58=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #53923A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53923A is #AC6DC5. Grayscale: #757575. Windows color (decimal): -11300294 or 3838547. OLE color: 3838547.
HSL color Cylindrical-coordinate representation of color #53923A: hue angle of 102.95º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53923A is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 146 | 58 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.43 |
| HSL | 102.95º | 0.43% | 0.4% | - |
| HSV(B) | 102.95º | 0.6% | 0.57% | - |
| XYZ | 14.61 | 22.7 | 7.61 | - |
| YUV | 117.13 | 94.63 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 58 | 0.43 | 0 | 0.60 | 0.43 | 102.95 | 0.43 | 0.4 |
| Hex | 53 | 92 | 3A | 2B | 0 | 3C | 2B | 67 | 2B | 28 |
| Octal | 123 | 222 | 72 | 53 | 0 | 74 | 53 | 147 | 53 | 50 |
| Binary | 1010011 | 10010010 | 111010 | 101011 | 0 | 111100 | 101011 | 1100111 | 101011 | 101000 |
Color Harmonies of #53923A
Complementary color
Monochromatic Colors of #53923A
Black with #53923A
Text Example
Text Example
White with #53923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53923A; }
p { color: rgb(83,146,58); }
H1.HeaderClassName
{
color: #53923A;
}
.AnyTagClassName
{
color: #53923A;
}
</style>
background-color css
<style>
a { background-color: #53923A; }
a { background-color: rgb(83,146,58); }
div.DivClassName
{
background-color: #53923A;
}
.BgClassName
{
background-color: #53923A;
}
</style>
border-color css
<style>
span { border-color: #53923A; }
span { border-color: rgb(83,146,58); }
td.TdClassName
{
border-color: #53923A;
}
.TagClassName
{
border-color: #53923A;
}
</style>