Shades of La Palma #53993B
Tints of La Palma #53993B
RGB
CMYK
RGB Variations
Color information
#53993B (or 0x53993B) is known color: La Palma. HEX triplet: 53, 99 and 3B. RGB value is (83,153,59). Sum of RGB (Red+Green+Blue) = 83+153+59=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #53993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53993B is #AC66C4. Grayscale: #797979. Windows color (decimal): -11298501 or 3905875. OLE color: 3905875.
HSL color Cylindrical-coordinate representation of color #53993B: hue angle of 104.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53993B is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 153 | 59 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.4 |
| HSL | 104.68º | 0.44% | 0.42% | - |
| HSV(B) | 104.68º | 0.61% | 0.6% | - |
| XYZ | 15.75 | 24.94 | 8.12 | - |
| YUV | 121.35 | 92.81 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 59 | 0.46 | 0 | 0.61 | 0.4 | 104.68 | 0.44 | 0.42 |
| Hex | 53 | 99 | 3B | 2E | 0 | 3D | 28 | 69 | 2C | 2A |
| Octal | 123 | 231 | 73 | 56 | 0 | 75 | 50 | 151 | 54 | 52 |
| Binary | 1010011 | 10011001 | 111011 | 101110 | 0 | 111101 | 101000 | 1101001 | 101100 | 101010 |
Color Harmonies of #53993B
Complementary color
Monochromatic Colors of #53993B
Black with #53993B
Text Example
Text Example
White with #53993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53993B; }
p { color: rgb(83,153,59); }
H1.HeaderClassName
{
color: #53993B;
}
.AnyTagClassName
{
color: #53993B;
}
</style>
background-color css
<style>
a { background-color: #53993B; }
a { background-color: rgb(83,153,59); }
div.DivClassName
{
background-color: #53993B;
}
.BgClassName
{
background-color: #53993B;
}
</style>
border-color css
<style>
span { border-color: #53993B; }
span { border-color: rgb(83,153,59); }
td.TdClassName
{
border-color: #53993B;
}
.TagClassName
{
border-color: #53993B;
}
</style>