Shades of La Palma #4C8529
Tints of La Palma #4C8529
RGB
CMYK
RGB Variations
Color information
#4C8529 (or 0x4C8529) is known color: La Palma. HEX triplet: 4C, 85 and 29. RGB value is (76,133,41). Sum of RGB (Red+Green+Blue) = 76+133+41=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8529 is #B37AD6. Grayscale: #696969. Windows color (decimal): -11762391 or 2721100. OLE color: 2721100.
HSL color Cylindrical-coordinate representation of color #4C8529: hue angle of 97.17º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C8529 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 41 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.48 |
| HSL | 97.17º | 0.53% | 0.34% | - |
| HSV(B) | 97.17º | 0.69% | 0.52% | - |
| XYZ | 11.77 | 18.47 | 5.04 | - |
| YUV | 105.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 41 | 0.43 | 0 | 0.69 | 0.48 | 97.17 | 0.53 | 0.34 |
| Hex | 4C | 85 | 29 | 2B | 0 | 45 | 30 | 61 | 35 | 22 |
| Octal | 114 | 205 | 51 | 53 | 0 | 105 | 60 | 141 | 65 | 42 |
| Binary | 1001100 | 10000101 | 101001 | 101011 | 0 | 1000101 | 110000 | 1100001 | 110101 | 100010 |
Color Harmonies of #4C8529
Complementary color
Monochromatic Colors of #4C8529
Black with #4C8529
Text Example
Text Example
White with #4C8529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8529; }
p { color: rgb(76,133,41); }
H1.HeaderClassName
{
color: #4C8529;
}
.AnyTagClassName
{
color: #4C8529;
}
</style>
background-color css
<style>
a { background-color: #4C8529; }
a { background-color: rgb(76,133,41); }
div.DivClassName
{
background-color: #4C8529;
}
.BgClassName
{
background-color: #4C8529;
}
</style>
border-color css
<style>
span { border-color: #4C8529; }
span { border-color: rgb(76,133,41); }
td.TdClassName
{
border-color: #4C8529;
}
.TagClassName
{
border-color: #4C8529;
}
</style>