Shades of La Palma #4BA934
Tints of La Palma #4BA934
RGB
CMYK
RGB Variations
Color information
#4BA934 (or 0x4BA934) is known color: La Palma. HEX triplet: 4B, A9 and 34. RGB value is (75,169,52). Sum of RGB (Red+Green+Blue) = 75+169+52=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA934 is #B456CB. Grayscale: #7F7F7F. Windows color (decimal): -11818700 or 3451211. OLE color: 3451211.
HSL color Cylindrical-coordinate representation of color #4BA934: hue angle of 108.21º 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 #4BA934 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 169 | 52 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.34 |
| HSL | 108.21º | 0.53% | 0.43% | - |
| HSV(B) | 108.21º | 0.69% | 0.66% | - |
| XYZ | 17.71 | 30.12 | 8.13 | - |
| YUV | 127.56 | 85.36 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 169 | 52 | 0.56 | 0 | 0.69 | 0.34 | 108.21 | 0.53 | 0.43 |
| Hex | 4B | A9 | 34 | 38 | 0 | 45 | 22 | 6C | 35 | 2B |
| Octal | 113 | 251 | 64 | 70 | 0 | 105 | 42 | 154 | 65 | 53 |
| Binary | 1001011 | 10101001 | 110100 | 111000 | 0 | 1000101 | 100010 | 1101100 | 110101 | 101011 |
Color Harmonies of #4BA934
Complementary color
Monochromatic Colors of #4BA934
Black with #4BA934
Text Example
Text Example
White with #4BA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA934; }
p { color: rgb(75,169,52); }
H1.HeaderClassName
{
color: #4BA934;
}
.AnyTagClassName
{
color: #4BA934;
}
</style>
background-color css
<style>
a { background-color: #4BA934; }
a { background-color: rgb(75,169,52); }
div.DivClassName
{
background-color: #4BA934;
}
.BgClassName
{
background-color: #4BA934;
}
</style>
border-color css
<style>
span { border-color: #4BA934; }
span { border-color: rgb(75,169,52); }
td.TdClassName
{
border-color: #4BA934;
}
.TagClassName
{
border-color: #4BA934;
}
</style>