Shades of La Palma #508333
Tints of La Palma #508333
RGB
CMYK
RGB Variations
Color information
#508333 (or 0x508333) is known color: La Palma. HEX triplet: 50, 83 and 33. RGB value is (80,131,51). Sum of RGB (Red+Green+Blue) = 80+131+51=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #508333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508333 is #AF7CCC. Grayscale: #6A6A6A. Windows color (decimal): -11500749 or 3375952. OLE color: 3375952.
HSL color Cylindrical-coordinate representation of color #508333: hue angle of 98.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508333 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 51 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.49 |
| HSL | 98.25º | 0.44% | 0.36% | - |
| HSV(B) | 98.25º | 0.61% | 0.51% | - |
| XYZ | 12.02 | 18.18 | 6.01 | - |
| YUV | 106.63 | 96.6 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 51 | 0.39 | 0 | 0.61 | 0.49 | 98.25 | 0.44 | 0.36 |
| Hex | 50 | 83 | 33 | 27 | 0 | 3D | 31 | 62 | 2C | 24 |
| Octal | 120 | 203 | 63 | 47 | 0 | 75 | 61 | 142 | 54 | 44 |
| Binary | 1010000 | 10000011 | 110011 | 100111 | 0 | 111101 | 110001 | 1100010 | 101100 | 100100 |
Color Harmonies of #508333
Complementary color
Monochromatic Colors of #508333
Black with #508333
Text Example
Text Example
White with #508333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508333; }
p { color: rgb(80,131,51); }
H1.HeaderClassName
{
color: #508333;
}
.AnyTagClassName
{
color: #508333;
}
</style>
background-color css
<style>
a { background-color: #508333; }
a { background-color: rgb(80,131,51); }
div.DivClassName
{
background-color: #508333;
}
.BgClassName
{
background-color: #508333;
}
</style>
border-color css
<style>
span { border-color: #508333; }
span { border-color: rgb(80,131,51); }
td.TdClassName
{
border-color: #508333;
}
.TagClassName
{
border-color: #508333;
}
</style>