Shades of La Palma #4C832E
Tints of La Palma #4C832E
RGB
CMYK
RGB Variations
Color information
#4C832E (or 0x4C832E) is known color: La Palma. HEX triplet: 4C, 83 and 2E. RGB value is (76,131,46). Sum of RGB (Red+Green+Blue) = 76+131+46=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #4C832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C832E is #B37CD1. Grayscale: #696969. Windows color (decimal): -11762898 or 3048268. OLE color: 3048268.
HSL color Cylindrical-coordinate representation of color #4C832E: hue angle of 98.82º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C832E is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 131 | 46 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.49 |
| HSL | 98.82º | 0.48% | 0.35% | - |
| HSV(B) | 98.82º | 0.65% | 0.51% | - |
| XYZ | 11.59 | 17.97 | 5.44 | - |
| YUV | 104.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 131 | 46 | 0.42 | 0 | 0.65 | 0.49 | 98.82 | 0.48 | 0.35 |
| Hex | 4C | 83 | 2E | 2A | 0 | 41 | 31 | 63 | 30 | 23 |
| Octal | 114 | 203 | 56 | 52 | 0 | 101 | 61 | 143 | 60 | 43 |
| Binary | 1001100 | 10000011 | 101110 | 101010 | 0 | 1000001 | 110001 | 1100011 | 110000 | 100011 |
Color Harmonies of #4C832E
Complementary color
Monochromatic Colors of #4C832E
Black with #4C832E
Text Example
Text Example
White with #4C832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C832E; }
p { color: rgb(76,131,46); }
H1.HeaderClassName
{
color: #4C832E;
}
.AnyTagClassName
{
color: #4C832E;
}
</style>
background-color css
<style>
a { background-color: #4C832E; }
a { background-color: rgb(76,131,46); }
div.DivClassName
{
background-color: #4C832E;
}
.BgClassName
{
background-color: #4C832E;
}
</style>
border-color css
<style>
span { border-color: #4C832E; }
span { border-color: rgb(76,131,46); }
td.TdClassName
{
border-color: #4C832E;
}
.TagClassName
{
border-color: #4C832E;
}
</style>