Shades of La Palma #54933A
Tints of La Palma #54933A
RGB
CMYK
RGB Variations
Color information
#54933A (or 0x54933A) is known color: La Palma. HEX triplet: 54, 93 and 3A. RGB value is (84,147,58). Sum of RGB (Red+Green+Blue) = 84+147+58=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #54933A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54933A is #AB6CC5. Grayscale: #767676. Windows color (decimal): -11234502 or 3838804. OLE color: 3838804.
HSL color Cylindrical-coordinate representation of color #54933A: hue angle of 102.47º 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 #54933A is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 147 | 58 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.42 |
| HSL | 102.47º | 0.43% | 0.4% | - |
| HSV(B) | 102.47º | 0.61% | 0.58% | - |
| XYZ | 14.85 | 23.06 | 7.67 | - |
| YUV | 118.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 58 | 0.43 | 0 | 0.61 | 0.42 | 102.47 | 0.43 | 0.4 |
| Hex | 54 | 93 | 3A | 2B | 0 | 3D | 2A | 66 | 2B | 28 |
| Octal | 124 | 223 | 72 | 53 | 0 | 75 | 52 | 146 | 53 | 50 |
| Binary | 1010100 | 10010011 | 111010 | 101011 | 0 | 111101 | 101010 | 1100110 | 101011 | 101000 |
Color Harmonies of #54933A
Complementary color
Monochromatic Colors of #54933A
Black with #54933A
Text Example
Text Example
White with #54933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54933A; }
p { color: rgb(84,147,58); }
H1.HeaderClassName
{
color: #54933A;
}
.AnyTagClassName
{
color: #54933A;
}
</style>
background-color css
<style>
a { background-color: #54933A; }
a { background-color: rgb(84,147,58); }
div.DivClassName
{
background-color: #54933A;
}
.BgClassName
{
background-color: #54933A;
}
</style>
border-color css
<style>
span { border-color: #54933A; }
span { border-color: rgb(84,147,58); }
td.TdClassName
{
border-color: #54933A;
}
.TagClassName
{
border-color: #54933A;
}
</style>