Shades of La Palma #4BA536
Tints of La Palma #4BA536
RGB
CMYK
RGB Variations
Color information
#4BA536 (or 0x4BA536) is known color: La Palma. HEX triplet: 4B, A5 and 36. RGB value is (75,165,54). Sum of RGB (Red+Green+Blue) = 75+165+54=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA536 is #B45AC9. Grayscale: #7D7D7D. Windows color (decimal): -11819722 or 3581259. OLE color: 3581259.
HSL color Cylindrical-coordinate representation of color #4BA536: hue angle of 108.65º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BA536 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 165 | 54 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.35 |
| HSL | 108.65º | 0.51% | 0.43% | - |
| HSV(B) | 108.65º | 0.67% | 0.65% | - |
| XYZ | 17.02 | 28.67 | 8.13 | - |
| YUV | 125.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 165 | 54 | 0.55 | 0 | 0.67 | 0.35 | 108.65 | 0.51 | 0.43 |
| Hex | 4B | A5 | 36 | 37 | 0 | 43 | 23 | 6D | 33 | 2B |
| Octal | 113 | 245 | 66 | 67 | 0 | 103 | 43 | 155 | 63 | 53 |
| Binary | 1001011 | 10100101 | 110110 | 110111 | 0 | 1000011 | 100011 | 1101101 | 110011 | 101011 |
Color Harmonies of #4BA536
Complementary color
Monochromatic Colors of #4BA536
Black with #4BA536
Text Example
Text Example
White with #4BA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA536; }
p { color: rgb(75,165,54); }
H1.HeaderClassName
{
color: #4BA536;
}
.AnyTagClassName
{
color: #4BA536;
}
</style>
background-color css
<style>
a { background-color: #4BA536; }
a { background-color: rgb(75,165,54); }
div.DivClassName
{
background-color: #4BA536;
}
.BgClassName
{
background-color: #4BA536;
}
</style>
border-color css
<style>
span { border-color: #4BA536; }
span { border-color: rgb(75,165,54); }
td.TdClassName
{
border-color: #4BA536;
}
.TagClassName
{
border-color: #4BA536;
}
</style>