Shades of La Palma #55973D
Tints of La Palma #55973D
RGB
CMYK
RGB Variations
Color information
#55973D (or 0x55973D) is known color: La Palma. HEX triplet: 55, 97 and 3D. RGB value is (85,151,61). Sum of RGB (Red+Green+Blue) = 85+151+61=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #55973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55973D is #AA68C2. Grayscale: #797979. Windows color (decimal): -11167939 or 4036437. OLE color: 4036437.
HSL color Cylindrical-coordinate representation of color #55973D: hue angle of 104º 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 #55973D is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 61 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.41 |
| HSL | 104º | 0.42% | 0.42% | - |
| HSV(B) | 104º | 0.6% | 0.59% | - |
| XYZ | 15.66 | 24.4 | 8.3 | - |
| YUV | 121.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 61 | 0.44 | 0 | 0.60 | 0.41 | 104 | 0.42 | 0.42 |
| Hex | 55 | 97 | 3D | 2C | 0 | 3C | 29 | 68 | 2A | 2A |
| Octal | 125 | 227 | 75 | 54 | 0 | 74 | 51 | 150 | 52 | 52 |
| Binary | 1010101 | 10010111 | 111101 | 101100 | 0 | 111100 | 101001 | 1101000 | 101010 | 101010 |
Color Harmonies of #55973D
Complementary color
Monochromatic Colors of #55973D
Black with #55973D
Text Example
Text Example
White with #55973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55973D; }
p { color: rgb(85,151,61); }
H1.HeaderClassName
{
color: #55973D;
}
.AnyTagClassName
{
color: #55973D;
}
</style>
background-color css
<style>
a { background-color: #55973D; }
a { background-color: rgb(85,151,61); }
div.DivClassName
{
background-color: #55973D;
}
.BgClassName
{
background-color: #55973D;
}
</style>
border-color css
<style>
span { border-color: #55973D; }
span { border-color: rgb(85,151,61); }
td.TdClassName
{
border-color: #55973D;
}
.TagClassName
{
border-color: #55973D;
}
</style>