Shades of La Palma #4D8532
Tints of La Palma #4D8532
RGB
CMYK
RGB Variations
Color information
#4D8532 (or 0x4D8532) is known color: La Palma. HEX triplet: 4D, 85 and 32. RGB value is (77,133,50). Sum of RGB (Red+Green+Blue) = 77+133+50=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8532 is #B27ACD. Grayscale: #6B6B6B. Windows color (decimal): -11696846 or 3310925. OLE color: 3310925.
HSL color Cylindrical-coordinate representation of color #4D8532: hue angle of 100.48º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D8532 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 50 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.48 |
| HSL | 100.48º | 0.45% | 0.36% | - |
| HSV(B) | 100.48º | 0.62% | 0.52% | - |
| XYZ | 12.02 | 18.58 | 5.97 | - |
| YUV | 106.79 | 95.95 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 50 | 0.42 | 0 | 0.62 | 0.48 | 100.48 | 0.45 | 0.36 |
| Hex | 4D | 85 | 32 | 2A | 0 | 3E | 30 | 64 | 2D | 24 |
| Octal | 115 | 205 | 62 | 52 | 0 | 76 | 60 | 144 | 55 | 44 |
| Binary | 1001101 | 10000101 | 110010 | 101010 | 0 | 111110 | 110000 | 1100100 | 101101 | 100100 |
Color Harmonies of #4D8532
Complementary color
Monochromatic Colors of #4D8532
Black with #4D8532
Text Example
Text Example
White with #4D8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8532; }
p { color: rgb(77,133,50); }
H1.HeaderClassName
{
color: #4D8532;
}
.AnyTagClassName
{
color: #4D8532;
}
</style>
background-color css
<style>
a { background-color: #4D8532; }
a { background-color: rgb(77,133,50); }
div.DivClassName
{
background-color: #4D8532;
}
.BgClassName
{
background-color: #4D8532;
}
</style>
border-color css
<style>
span { border-color: #4D8532; }
span { border-color: rgb(77,133,50); }
td.TdClassName
{
border-color: #4D8532;
}
.TagClassName
{
border-color: #4D8532;
}
</style>