Shades of La Palma #4C852F
Tints of La Palma #4C852F
RGB
CMYK
RGB Variations
Color information
#4C852F (or 0x4C852F) is known color: La Palma. HEX triplet: 4C, 85 and 2F. RGB value is (76,133,47). Sum of RGB (Red+Green+Blue) = 76+133+47=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #4C852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C852F is #B37AD0. Grayscale: #6A6A6A. Windows color (decimal): -11762385 or 3114316. OLE color: 3114316.
HSL color Cylindrical-coordinate representation of color #4C852F: hue angle of 99.77º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C852F is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 47 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.48 |
| HSL | 99.77º | 0.48% | 0.35% | - |
| HSV(B) | 99.77º | 0.65% | 0.52% | - |
| XYZ | 11.88 | 18.52 | 5.64 | - |
| YUV | 106.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 47 | 0.43 | 0 | 0.65 | 0.48 | 99.77 | 0.48 | 0.35 |
| Hex | 4C | 85 | 2F | 2B | 0 | 41 | 30 | 64 | 30 | 23 |
| Octal | 114 | 205 | 57 | 53 | 0 | 101 | 60 | 144 | 60 | 43 |
| Binary | 1001100 | 10000101 | 101111 | 101011 | 0 | 1000001 | 110000 | 1100100 | 110000 | 100011 |
Color Harmonies of #4C852F
Complementary color
Monochromatic Colors of #4C852F
Black with #4C852F
Text Example
Text Example
White with #4C852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C852F; }
p { color: rgb(76,133,47); }
H1.HeaderClassName
{
color: #4C852F;
}
.AnyTagClassName
{
color: #4C852F;
}
</style>
background-color css
<style>
a { background-color: #4C852F; }
a { background-color: rgb(76,133,47); }
div.DivClassName
{
background-color: #4C852F;
}
.BgClassName
{
background-color: #4C852F;
}
</style>
border-color css
<style>
span { border-color: #4C852F; }
span { border-color: rgb(76,133,47); }
td.TdClassName
{
border-color: #4C852F;
}
.TagClassName
{
border-color: #4C852F;
}
</style>