Shades of La Palma #4C8132
Tints of La Palma #4C8132
RGB
CMYK
RGB Variations
Color information
#4C8132 (or 0x4C8132) is known color: La Palma. HEX triplet: 4C, 81 and 32. RGB value is (76,129,50). Sum of RGB (Red+Green+Blue) = 76+129+50=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #4C8132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8132 is #B37ECD. Grayscale: #686868. Windows color (decimal): -11763406 or 3309900. OLE color: 3309900.
HSL color Cylindrical-coordinate representation of color #4C8132: hue angle of 100.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C8132 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 50 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.49 |
| HSL | 100.25º | 0.44% | 0.35% | - |
| HSV(B) | 100.25º | 0.61% | 0.51% | - |
| XYZ | 11.41 | 17.47 | 5.79 | - |
| YUV | 104.15 | 97.44 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 50 | 0.41 | 0 | 0.61 | 0.49 | 100.25 | 0.44 | 0.35 |
| Hex | 4C | 81 | 32 | 29 | 0 | 3D | 31 | 64 | 2C | 23 |
| Octal | 114 | 201 | 62 | 51 | 0 | 75 | 61 | 144 | 54 | 43 |
| Binary | 1001100 | 10000001 | 110010 | 101001 | 0 | 111101 | 110001 | 1100100 | 101100 | 100011 |
Color Harmonies of #4C8132
Complementary color
Monochromatic Colors of #4C8132
Black with #4C8132
Text Example
Text Example
White with #4C8132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8132; }
p { color: rgb(76,129,50); }
H1.HeaderClassName
{
color: #4C8132;
}
.AnyTagClassName
{
color: #4C8132;
}
</style>
background-color css
<style>
a { background-color: #4C8132; }
a { background-color: rgb(76,129,50); }
div.DivClassName
{
background-color: #4C8132;
}
.BgClassName
{
background-color: #4C8132;
}
</style>
border-color css
<style>
span { border-color: #4C8132; }
span { border-color: rgb(76,129,50); }
td.TdClassName
{
border-color: #4C8132;
}
.TagClassName
{
border-color: #4C8132;
}
</style>