Shades of La Palma #4C8133
Tints of La Palma #4C8133
RGB
CMYK
RGB Variations
Color information
#4C8133 (or 0x4C8133) is known color: La Palma. HEX triplet: 4C, 81 and 33. RGB value is (76,129,51). Sum of RGB (Red+Green+Blue) = 76+129+51=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #4C8133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8133 is #B37ECC. Grayscale: #686868. Windows color (decimal): -11763405 or 3375436. OLE color: 3375436.
HSL color Cylindrical-coordinate representation of color #4C8133: hue angle of 100.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C8133 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 51 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.49 |
| HSL | 100.77º | 0.43% | 0.35% | - |
| HSV(B) | 100.77º | 0.6% | 0.51% | - |
| XYZ | 11.43 | 17.48 | 5.9 | - |
| YUV | 104.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 51 | 0.41 | 0 | 0.60 | 0.49 | 100.77 | 0.43 | 0.35 |
| Hex | 4C | 81 | 33 | 29 | 0 | 3C | 31 | 65 | 2B | 23 |
| Octal | 114 | 201 | 63 | 51 | 0 | 74 | 61 | 145 | 53 | 43 |
| Binary | 1001100 | 10000001 | 110011 | 101001 | 0 | 111100 | 110001 | 1100101 | 101011 | 100011 |
Color Harmonies of #4C8133
Complementary color
Monochromatic Colors of #4C8133
Black with #4C8133
Text Example
Text Example
White with #4C8133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8133; }
p { color: rgb(76,129,51); }
H1.HeaderClassName
{
color: #4C8133;
}
.AnyTagClassName
{
color: #4C8133;
}
</style>
background-color css
<style>
a { background-color: #4C8133; }
a { background-color: rgb(76,129,51); }
div.DivClassName
{
background-color: #4C8133;
}
.BgClassName
{
background-color: #4C8133;
}
</style>
border-color css
<style>
span { border-color: #4C8133; }
span { border-color: rgb(76,129,51); }
td.TdClassName
{
border-color: #4C8133;
}
.TagClassName
{
border-color: #4C8133;
}
</style>