Shades of La Palma #508B2D
Tints of La Palma #508B2D
RGB
CMYK
RGB Variations
Color information
#508B2D (or 0x508B2D) is known color: La Palma. HEX triplet: 50, 8B and 2D. RGB value is (80,139,45). Sum of RGB (Red+Green+Blue) = 80+139+45=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #508B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B2D is #AF74D2. Grayscale: #6E6E6E. Windows color (decimal): -11498707 or 2984784. OLE color: 2984784.
HSL color Cylindrical-coordinate representation of color #508B2D: hue angle of 97.66º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #508B2D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 45 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.45 |
| HSL | 97.66º | 0.51% | 0.36% | - |
| HSV(B) | 97.66º | 0.68% | 0.55% | - |
| XYZ | 13.01 | 20.36 | 5.73 | - |
| YUV | 110.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 45 | 0.42 | 0 | 0.68 | 0.45 | 97.66 | 0.51 | 0.36 |
| Hex | 50 | 8B | 2D | 2A | 0 | 44 | 2D | 62 | 33 | 24 |
| Octal | 120 | 213 | 55 | 52 | 0 | 104 | 55 | 142 | 63 | 44 |
| Binary | 1010000 | 10001011 | 101101 | 101010 | 0 | 1000100 | 101101 | 1100010 | 110011 | 100100 |
Color Harmonies of #508B2D
Complementary color
Monochromatic Colors of #508B2D
Black with #508B2D
Text Example
Text Example
White with #508B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B2D; }
p { color: rgb(80,139,45); }
H1.HeaderClassName
{
color: #508B2D;
}
.AnyTagClassName
{
color: #508B2D;
}
</style>
background-color css
<style>
a { background-color: #508B2D; }
a { background-color: rgb(80,139,45); }
div.DivClassName
{
background-color: #508B2D;
}
.BgClassName
{
background-color: #508B2D;
}
</style>
border-color css
<style>
span { border-color: #508B2D; }
span { border-color: rgb(80,139,45); }
td.TdClassName
{
border-color: #508B2D;
}
.TagClassName
{
border-color: #508B2D;
}
</style>