Shades of La Palma #4C832B
Tints of La Palma #4C832B
RGB
CMYK
RGB Variations
Color information
#4C832B (or 0x4C832B) is known color: La Palma. HEX triplet: 4C, 83 and 2B. RGB value is (76,131,43). Sum of RGB (Red+Green+Blue) = 76+131+43=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #4C832B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C832B is #B37CD4. Grayscale: #686868. Windows color (decimal): -11762901 or 2851660. OLE color: 2851660.
HSL color Cylindrical-coordinate representation of color #4C832B: hue angle of 97.5º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C832B is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 131 | 43 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.49 |
| HSL | 97.5º | 0.51% | 0.34% | - |
| HSV(B) | 97.5º | 0.67% | 0.51% | - |
| XYZ | 11.53 | 17.94 | 5.14 | - |
| YUV | 104.52 | 93.28 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 131 | 43 | 0.42 | 0 | 0.67 | 0.49 | 97.5 | 0.51 | 0.34 |
| Hex | 4C | 83 | 2B | 2A | 0 | 43 | 31 | 62 | 33 | 22 |
| Octal | 114 | 203 | 53 | 52 | 0 | 103 | 61 | 142 | 63 | 42 |
| Binary | 1001100 | 10000011 | 101011 | 101010 | 0 | 1000011 | 110001 | 1100010 | 110011 | 100010 |
Color Harmonies of #4C832B
Complementary color
Monochromatic Colors of #4C832B
Black with #4C832B
Text Example
Text Example
White with #4C832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C832B; }
p { color: rgb(76,131,43); }
H1.HeaderClassName
{
color: #4C832B;
}
.AnyTagClassName
{
color: #4C832B;
}
</style>
background-color css
<style>
a { background-color: #4C832B; }
a { background-color: rgb(76,131,43); }
div.DivClassName
{
background-color: #4C832B;
}
.BgClassName
{
background-color: #4C832B;
}
</style>
border-color css
<style>
span { border-color: #4C832B; }
span { border-color: rgb(76,131,43); }
td.TdClassName
{
border-color: #4C832B;
}
.TagClassName
{
border-color: #4C832B;
}
</style>