Shades of La Palma #53973D
Tints of La Palma #53973D
RGB
CMYK
RGB Variations
Color information
#53973D (or 0x53973D) is known color: La Palma. HEX triplet: 53, 97 and 3D. RGB value is (83,151,61). Sum of RGB (Red+Green+Blue) = 83+151+61=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #53973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53973D is #AC68C2. Grayscale: #787878. Windows color (decimal): -11299011 or 4036435. OLE color: 4036435.
HSL color Cylindrical-coordinate representation of color #53973D: hue angle of 105.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53973D is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 151 | 61 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.41 |
| HSL | 105.33º | 0.42% | 0.42% | - |
| HSV(B) | 105.33º | 0.6% | 0.59% | - |
| XYZ | 15.48 | 24.31 | 8.29 | - |
| YUV | 120.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 61 | 0.45 | 0 | 0.60 | 0.41 | 105.33 | 0.42 | 0.42 |
| Hex | 53 | 97 | 3D | 2D | 0 | 3C | 29 | 69 | 2A | 2A |
| Octal | 123 | 227 | 75 | 55 | 0 | 74 | 51 | 151 | 52 | 52 |
| Binary | 1010011 | 10010111 | 111101 | 101101 | 0 | 111100 | 101001 | 1101001 | 101010 | 101010 |
Color Harmonies of #53973D
Complementary color
Monochromatic Colors of #53973D
Black with #53973D
Text Example
Text Example
White with #53973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53973D; }
p { color: rgb(83,151,61); }
H1.HeaderClassName
{
color: #53973D;
}
.AnyTagClassName
{
color: #53973D;
}
</style>
background-color css
<style>
a { background-color: #53973D; }
a { background-color: rgb(83,151,61); }
div.DivClassName
{
background-color: #53973D;
}
.BgClassName
{
background-color: #53973D;
}
</style>
border-color css
<style>
span { border-color: #53973D; }
span { border-color: rgb(83,151,61); }
td.TdClassName
{
border-color: #53973D;
}
.TagClassName
{
border-color: #53973D;
}
</style>