Shades of La Palma #4BA328
Tints of La Palma #4BA328
RGB
CMYK
RGB Variations
Color information
#4BA328 (or 0x4BA328) is known color: La Palma. HEX triplet: 4B, A3 and 28. RGB value is (75,163,40). Sum of RGB (Red+Green+Blue) = 75+163+40=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA328 is #B45CD7. Grayscale: #7B7B7B. Windows color (decimal): -11820248 or 2663243. OLE color: 2663243.
HSL color Cylindrical-coordinate representation of color #4BA328: hue angle of 102.93º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4BA328 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 40 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.36 |
| HSL | 102.93º | 0.61% | 0.4% | - |
| HSV(B) | 102.93º | 0.75% | 0.64% | - |
| XYZ | 16.38 | 27.84 | 6.52 | - |
| YUV | 122.67 | 81.35 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 40 | 0.54 | 0 | 0.75 | 0.36 | 102.93 | 0.61 | 0.4 |
| Hex | 4B | A3 | 28 | 36 | 0 | 4B | 24 | 67 | 3D | 28 |
| Octal | 113 | 243 | 50 | 66 | 0 | 113 | 44 | 147 | 75 | 50 |
| Binary | 1001011 | 10100011 | 101000 | 110110 | 0 | 1001011 | 100100 | 1100111 | 111101 | 101000 |
Color Harmonies of #4BA328
Complementary color
Monochromatic Colors of #4BA328
Black with #4BA328
Text Example
Text Example
White with #4BA328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA328; }
p { color: rgb(75,163,40); }
H1.HeaderClassName
{
color: #4BA328;
}
.AnyTagClassName
{
color: #4BA328;
}
</style>
background-color css
<style>
a { background-color: #4BA328; }
a { background-color: rgb(75,163,40); }
div.DivClassName
{
background-color: #4BA328;
}
.BgClassName
{
background-color: #4BA328;
}
</style>
border-color css
<style>
span { border-color: #4BA328; }
span { border-color: rgb(75,163,40); }
td.TdClassName
{
border-color: #4BA328;
}
.TagClassName
{
border-color: #4BA328;
}
</style>