Shades of La Palma #4C932B
Tints of La Palma #4C932B
RGB
CMYK
RGB Variations
Color information
#4C932B (or 0x4C932B) is known color: La Palma. HEX triplet: 4C, 93 and 2B. RGB value is (76,147,43). Sum of RGB (Red+Green+Blue) = 76+147+43=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #4C932B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C932B is #B36CD4. Grayscale: #727272. Windows color (decimal): -11758805 or 2855756. OLE color: 2855756.
HSL color Cylindrical-coordinate representation of color #4C932B: hue angle of 100.96º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C932B is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 147 | 43 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.42 |
| HSL | 100.96º | 0.55% | 0.37% | - |
| HSV(B) | 100.96º | 0.71% | 0.58% | - |
| XYZ | 13.85 | 22.58 | 5.91 | - |
| YUV | 113.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 147 | 43 | 0.48 | 0 | 0.71 | 0.42 | 100.96 | 0.55 | 0.37 |
| Hex | 4C | 93 | 2B | 30 | 0 | 47 | 2A | 65 | 37 | 25 |
| Octal | 114 | 223 | 53 | 60 | 0 | 107 | 52 | 145 | 67 | 45 |
| Binary | 1001100 | 10010011 | 101011 | 110000 | 0 | 1000111 | 101010 | 1100101 | 110111 | 100101 |
Color Harmonies of #4C932B
Complementary color
Monochromatic Colors of #4C932B
Black with #4C932B
Text Example
Text Example
White with #4C932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C932B; }
p { color: rgb(76,147,43); }
H1.HeaderClassName
{
color: #4C932B;
}
.AnyTagClassName
{
color: #4C932B;
}
</style>
background-color css
<style>
a { background-color: #4C932B; }
a { background-color: rgb(76,147,43); }
div.DivClassName
{
background-color: #4C932B;
}
.BgClassName
{
background-color: #4C932B;
}
</style>
border-color css
<style>
span { border-color: #4C932B; }
span { border-color: rgb(76,147,43); }
td.TdClassName
{
border-color: #4C932B;
}
.TagClassName
{
border-color: #4C932B;
}
</style>