Shades of La Palma #4BA132
Tints of La Palma #4BA132
RGB
CMYK
RGB Variations
Color information
#4BA132 (or 0x4BA132) is known color: La Palma. HEX triplet: 4B, A1 and 32. RGB value is (75,161,50). Sum of RGB (Red+Green+Blue) = 75+161+50=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA132 is #B45ECD. Grayscale: #7A7A7A. Windows color (decimal): -11820750 or 3318091. OLE color: 3318091.
HSL color Cylindrical-coordinate representation of color #4BA132: hue angle of 106.49º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BA132 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 161 | 50 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.37 |
| HSL | 106.49º | 0.53% | 0.41% | - |
| HSV(B) | 106.49º | 0.69% | 0.63% | - |
| XYZ | 16.22 | 27.22 | 7.42 | - |
| YUV | 122.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 161 | 50 | 0.53 | 0 | 0.69 | 0.37 | 106.49 | 0.53 | 0.41 |
| Hex | 4B | A1 | 32 | 35 | 0 | 45 | 25 | 6A | 35 | 29 |
| Octal | 113 | 241 | 62 | 65 | 0 | 105 | 45 | 152 | 65 | 51 |
| Binary | 1001011 | 10100001 | 110010 | 110101 | 0 | 1000101 | 100101 | 1101010 | 110101 | 101001 |
Color Harmonies of #4BA132
Complementary color
Monochromatic Colors of #4BA132
Black with #4BA132
Text Example
Text Example
White with #4BA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA132; }
p { color: rgb(75,161,50); }
H1.HeaderClassName
{
color: #4BA132;
}
.AnyTagClassName
{
color: #4BA132;
}
</style>
background-color css
<style>
a { background-color: #4BA132; }
a { background-color: rgb(75,161,50); }
div.DivClassName
{
background-color: #4BA132;
}
.BgClassName
{
background-color: #4BA132;
}
</style>
border-color css
<style>
span { border-color: #4BA132; }
span { border-color: rgb(75,161,50); }
td.TdClassName
{
border-color: #4BA132;
}
.TagClassName
{
border-color: #4BA132;
}
</style>