Shades of La Palma #50993E
Tints of La Palma #50993E
RGB
CMYK
RGB Variations
Color information
#50993E (or 0x50993E) is known color: La Palma. HEX triplet: 50, 99 and 3E. RGB value is (80,153,62). Sum of RGB (Red+Green+Blue) = 80+153+62=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #50993E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50993E is #AF66C1. Grayscale: #797979. Windows color (decimal): -11495106 or 4102480. OLE color: 4102480.
HSL color Cylindrical-coordinate representation of color #50993E: hue angle of 108.13º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50993E is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 62 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.4 |
| HSL | 108.13º | 0.42% | 0.42% | - |
| HSV(B) | 108.13º | 0.59% | 0.6% | - |
| XYZ | 15.57 | 24.84 | 8.53 | - |
| YUV | 120.8 | 94.82 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 62 | 0.48 | 0 | 0.59 | 0.4 | 108.13 | 0.42 | 0.42 |
| Hex | 50 | 99 | 3E | 30 | 0 | 3B | 28 | 6C | 2A | 2A |
| Octal | 120 | 231 | 76 | 60 | 0 | 73 | 50 | 154 | 52 | 52 |
| Binary | 1010000 | 10011001 | 111110 | 110000 | 0 | 111011 | 101000 | 1101100 | 101010 | 101010 |
Color Harmonies of #50993E
Complementary color
Monochromatic Colors of #50993E
Black with #50993E
Text Example
Text Example
White with #50993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50993E; }
p { color: rgb(80,153,62); }
H1.HeaderClassName
{
color: #50993E;
}
.AnyTagClassName
{
color: #50993E;
}
</style>
background-color css
<style>
a { background-color: #50993E; }
a { background-color: rgb(80,153,62); }
div.DivClassName
{
background-color: #50993E;
}
.BgClassName
{
background-color: #50993E;
}
</style>
border-color css
<style>
span { border-color: #50993E; }
span { border-color: rgb(80,153,62); }
td.TdClassName
{
border-color: #50993E;
}
.TagClassName
{
border-color: #50993E;
}
</style>