Shades of La Palma #4BA834
Tints of La Palma #4BA834
RGB
CMYK
RGB Variations
Color information
#4BA834 (or 0x4BA834) is known color: La Palma. HEX triplet: 4B, A8 and 34. RGB value is (75,168,52). Sum of RGB (Red+Green+Blue) = 75+168+52=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA834 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA834 is #B457CB. Grayscale: #7F7F7F. Windows color (decimal): -11818956 or 3450955. OLE color: 3450955.
HSL color Cylindrical-coordinate representation of color #4BA834: hue angle of 108.1º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BA834 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 168 | 52 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.34 |
| HSL | 108.1º | 0.53% | 0.43% | - |
| HSV(B) | 108.1º | 0.69% | 0.66% | - |
| XYZ | 17.52 | 29.75 | 8.07 | - |
| YUV | 126.97 | 85.69 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 52 | 0.55 | 0 | 0.69 | 0.34 | 108.1 | 0.53 | 0.43 |
| Hex | 4B | A8 | 34 | 37 | 0 | 45 | 22 | 6C | 35 | 2B |
| Octal | 113 | 250 | 64 | 67 | 0 | 105 | 42 | 154 | 65 | 53 |
| Binary | 1001011 | 10101000 | 110100 | 110111 | 0 | 1000101 | 100010 | 1101100 | 110101 | 101011 |
Color Harmonies of #4BA834
Complementary color
Monochromatic Colors of #4BA834
Black with #4BA834
Text Example
Text Example
White with #4BA834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA834; }
p { color: rgb(75,168,52); }
H1.HeaderClassName
{
color: #4BA834;
}
.AnyTagClassName
{
color: #4BA834;
}
</style>
background-color css
<style>
a { background-color: #4BA834; }
a { background-color: rgb(75,168,52); }
div.DivClassName
{
background-color: #4BA834;
}
.BgClassName
{
background-color: #4BA834;
}
</style>
border-color css
<style>
span { border-color: #4BA834; }
span { border-color: rgb(75,168,52); }
td.TdClassName
{
border-color: #4BA834;
}
.TagClassName
{
border-color: #4BA834;
}
</style>