Shades of La Palma #50832C
Tints of La Palma #50832C
RGB
CMYK
RGB Variations
Color information
#50832C (or 0x50832C) is known color: La Palma. HEX triplet: 50, 83 and 2C. RGB value is (80,131,44). Sum of RGB (Red+Green+Blue) = 80+131+44=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #50832C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50832C is #AF7CD3. Grayscale: #6A6A6A. Windows color (decimal): -11500756 or 2917200. OLE color: 2917200.
HSL color Cylindrical-coordinate representation of color #50832C: hue angle of 95.17º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50832C is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 44 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.49 |
| HSL | 95.17º | 0.5% | 0.34% | - |
| HSV(B) | 95.17º | 0.66% | 0.51% | - |
| XYZ | 11.88 | 18.12 | 5.25 | - |
| YUV | 105.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 44 | 0.39 | 0 | 0.66 | 0.49 | 95.17 | 0.5 | 0.34 |
| Hex | 50 | 83 | 2C | 27 | 0 | 42 | 31 | 5F | 32 | 22 |
| Octal | 120 | 203 | 54 | 47 | 0 | 102 | 61 | 137 | 62 | 42 |
| Binary | 1010000 | 10000011 | 101100 | 100111 | 0 | 1000010 | 110001 | 1011111 | 110010 | 100010 |
Color Harmonies of #50832C
Complementary color
Monochromatic Colors of #50832C
Black with #50832C
Text Example
Text Example
White with #50832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50832C; }
p { color: rgb(80,131,44); }
H1.HeaderClassName
{
color: #50832C;
}
.AnyTagClassName
{
color: #50832C;
}
</style>
background-color css
<style>
a { background-color: #50832C; }
a { background-color: rgb(80,131,44); }
div.DivClassName
{
background-color: #50832C;
}
.BgClassName
{
background-color: #50832C;
}
</style>
border-color css
<style>
span { border-color: #50832C; }
span { border-color: rgb(80,131,44); }
td.TdClassName
{
border-color: #50832C;
}
.TagClassName
{
border-color: #50832C;
}
</style>