Shades of La Palma #4C842B
Tints of La Palma #4C842B
RGB
CMYK
RGB Variations
Color information
#4C842B (or 0x4C842B) is known color: La Palma. HEX triplet: 4C, 84 and 2B. RGB value is (76,132,43). Sum of RGB (Red+Green+Blue) = 76+132+43=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #4C842B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C842B is #B37BD4. Grayscale: #696969. Windows color (decimal): -11762645 or 2851916. OLE color: 2851916.
HSL color Cylindrical-coordinate representation of color #4C842B: hue angle of 97.75º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C842B is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 132 | 43 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.48 |
| HSL | 97.75º | 0.51% | 0.34% | - |
| HSV(B) | 97.75º | 0.67% | 0.52% | - |
| XYZ | 11.67 | 18.21 | 5.19 | - |
| YUV | 105.11 | 92.95 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 132 | 43 | 0.42 | 0 | 0.67 | 0.48 | 97.75 | 0.51 | 0.34 |
| Hex | 4C | 84 | 2B | 2A | 0 | 43 | 30 | 62 | 33 | 22 |
| Octal | 114 | 204 | 53 | 52 | 0 | 103 | 60 | 142 | 63 | 42 |
| Binary | 1001100 | 10000100 | 101011 | 101010 | 0 | 1000011 | 110000 | 1100010 | 110011 | 100010 |
Color Harmonies of #4C842B
Complementary color
Monochromatic Colors of #4C842B
Black with #4C842B
Text Example
Text Example
White with #4C842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C842B; }
p { color: rgb(76,132,43); }
H1.HeaderClassName
{
color: #4C842B;
}
.AnyTagClassName
{
color: #4C842B;
}
</style>
background-color css
<style>
a { background-color: #4C842B; }
a { background-color: rgb(76,132,43); }
div.DivClassName
{
background-color: #4C842B;
}
.BgClassName
{
background-color: #4C842B;
}
</style>
border-color css
<style>
span { border-color: #4C842B; }
span { border-color: rgb(76,132,43); }
td.TdClassName
{
border-color: #4C842B;
}
.TagClassName
{
border-color: #4C842B;
}
</style>