Shades of La Palma #4CA232
Tints of La Palma #4CA232
RGB
CMYK
RGB Variations
Color information
#4CA232 (or 0x4CA232) is known color: La Palma. HEX triplet: 4C, A2 and 32. RGB value is (76,162,50). Sum of RGB (Red+Green+Blue) = 76+162+50=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA232 is #B35DCD. Grayscale: #7B7B7B. Windows color (decimal): -11754958 or 3318348. OLE color: 3318348.
HSL color Cylindrical-coordinate representation of color #4CA232: hue angle of 106.07º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CA232 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 50 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.36 |
| HSL | 106.07º | 0.53% | 0.42% | - |
| HSV(B) | 106.07º | 0.69% | 0.64% | - |
| XYZ | 16.48 | 27.61 | 7.48 | - |
| YUV | 123.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 50 | 0.53 | 0 | 0.69 | 0.36 | 106.07 | 0.53 | 0.42 |
| Hex | 4C | A2 | 32 | 35 | 0 | 45 | 24 | 6A | 35 | 2A |
| Octal | 114 | 242 | 62 | 65 | 0 | 105 | 44 | 152 | 65 | 52 |
| Binary | 1001100 | 10100010 | 110010 | 110101 | 0 | 1000101 | 100100 | 1101010 | 110101 | 101010 |
Color Harmonies of #4CA232
Complementary color
Monochromatic Colors of #4CA232
Black with #4CA232
Text Example
Text Example
White with #4CA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA232; }
p { color: rgb(76,162,50); }
H1.HeaderClassName
{
color: #4CA232;
}
.AnyTagClassName
{
color: #4CA232;
}
</style>
background-color css
<style>
a { background-color: #4CA232; }
a { background-color: rgb(76,162,50); }
div.DivClassName
{
background-color: #4CA232;
}
.BgClassName
{
background-color: #4CA232;
}
</style>
border-color css
<style>
span { border-color: #4CA232; }
span { border-color: rgb(76,162,50); }
td.TdClassName
{
border-color: #4CA232;
}
.TagClassName
{
border-color: #4CA232;
}
</style>