Shades of La Palma #50973D
Tints of La Palma #50973D
RGB
CMYK
RGB Variations
Color information
#50973D (or 0x50973D) is known color: La Palma. HEX triplet: 50, 97 and 3D. RGB value is (80,151,61). Sum of RGB (Red+Green+Blue) = 80+151+61=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #50973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50973D is #AF68C2. Grayscale: #777777. Windows color (decimal): -11495619 or 4036432. OLE color: 4036432.
HSL color Cylindrical-coordinate representation of color #50973D: hue angle of 107.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 #50973D is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 151 | 61 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.41 |
| HSL | 107.33º | 0.42% | 0.42% | - |
| HSV(B) | 107.33º | 0.6% | 0.59% | - |
| XYZ | 15.22 | 24.18 | 8.28 | - |
| YUV | 119.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 61 | 0.47 | 0 | 0.60 | 0.41 | 107.33 | 0.42 | 0.42 |
| Hex | 50 | 97 | 3D | 2F | 0 | 3C | 29 | 6B | 2A | 2A |
| Octal | 120 | 227 | 75 | 57 | 0 | 74 | 51 | 153 | 52 | 52 |
| Binary | 1010000 | 10010111 | 111101 | 101111 | 0 | 111100 | 101001 | 1101011 | 101010 | 101010 |
Color Harmonies of #50973D
Complementary color
Monochromatic Colors of #50973D
Black with #50973D
Text Example
Text Example
White with #50973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50973D; }
p { color: rgb(80,151,61); }
H1.HeaderClassName
{
color: #50973D;
}
.AnyTagClassName
{
color: #50973D;
}
</style>
background-color css
<style>
a { background-color: #50973D; }
a { background-color: rgb(80,151,61); }
div.DivClassName
{
background-color: #50973D;
}
.BgClassName
{
background-color: #50973D;
}
</style>
border-color css
<style>
span { border-color: #50973D; }
span { border-color: rgb(80,151,61); }
td.TdClassName
{
border-color: #50973D;
}
.TagClassName
{
border-color: #50973D;
}
</style>