Shades of La Palma #50993D
Tints of La Palma #50993D
RGB
CMYK
RGB Variations
Color information
#50993D (or 0x50993D) is known color: La Palma. HEX triplet: 50, 99 and 3D. RGB value is (80,153,61). Sum of RGB (Red+Green+Blue) = 80+153+61=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #50993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50993D is #AF66C2. Grayscale: #787878. Windows color (decimal): -11495107 or 4036944. OLE color: 4036944.
HSL color Cylindrical-coordinate representation of color #50993D: hue angle of 107.61º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50993D is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 61 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.4 |
| HSL | 107.61º | 0.43% | 0.42% | - |
| HSV(B) | 107.61º | 0.6% | 0.6% | - |
| XYZ | 15.54 | 24.82 | 8.39 | - |
| YUV | 120.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 61 | 0.48 | 0 | 0.60 | 0.4 | 107.61 | 0.43 | 0.42 |
| Hex | 50 | 99 | 3D | 30 | 0 | 3C | 28 | 6C | 2B | 2A |
| Octal | 120 | 231 | 75 | 60 | 0 | 74 | 50 | 154 | 53 | 52 |
| Binary | 1010000 | 10011001 | 111101 | 110000 | 0 | 111100 | 101000 | 1101100 | 101011 | 101010 |
Color Harmonies of #50993D
Complementary color
Monochromatic Colors of #50993D
Black with #50993D
Text Example
Text Example
White with #50993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50993D; }
p { color: rgb(80,153,61); }
H1.HeaderClassName
{
color: #50993D;
}
.AnyTagClassName
{
color: #50993D;
}
</style>
background-color css
<style>
a { background-color: #50993D; }
a { background-color: rgb(80,153,61); }
div.DivClassName
{
background-color: #50993D;
}
.BgClassName
{
background-color: #50993D;
}
</style>
border-color css
<style>
span { border-color: #50993D; }
span { border-color: rgb(80,153,61); }
td.TdClassName
{
border-color: #50993D;
}
.TagClassName
{
border-color: #50993D;
}
</style>