Shades of La Palma #4BA530
Tints of La Palma #4BA530
RGB
CMYK
RGB Variations
Color information
#4BA530 (or 0x4BA530) is known color: La Palma. HEX triplet: 4B, A5 and 30. RGB value is (75,165,48). Sum of RGB (Red+Green+Blue) = 75+165+48=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 165 (64.84% from 255 or 57.29% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA530 is #B45ACF. Grayscale: #7D7D7D. Windows color (decimal): -11819728 or 3188043. OLE color: 3188043.
HSL color Cylindrical-coordinate representation of color #4BA530: hue angle of 106.15º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BA530 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 165 | 48 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.35 |
| HSL | 106.15º | 0.55% | 0.42% | - |
| HSV(B) | 106.15º | 0.71% | 0.65% | - |
| XYZ | 16.89 | 28.62 | 7.43 | - |
| YUV | 124.75 | 84.68 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 165 | 48 | 0.55 | 0 | 0.71 | 0.35 | 106.15 | 0.55 | 0.42 |
| Hex | 4B | A5 | 30 | 37 | 0 | 47 | 23 | 6A | 37 | 2A |
| Octal | 113 | 245 | 60 | 67 | 0 | 107 | 43 | 152 | 67 | 52 |
| Binary | 1001011 | 10100101 | 110000 | 110111 | 0 | 1000111 | 100011 | 1101010 | 110111 | 101010 |
Color Harmonies of #4BA530
Complementary color
Monochromatic Colors of #4BA530
Black with #4BA530
Text Example
Text Example
White with #4BA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA530; }
p { color: rgb(75,165,48); }
H1.HeaderClassName
{
color: #4BA530;
}
.AnyTagClassName
{
color: #4BA530;
}
</style>
background-color css
<style>
a { background-color: #4BA530; }
a { background-color: rgb(75,165,48); }
div.DivClassName
{
background-color: #4BA530;
}
.BgClassName
{
background-color: #4BA530;
}
</style>
border-color css
<style>
span { border-color: #4BA530; }
span { border-color: rgb(75,165,48); }
td.TdClassName
{
border-color: #4BA530;
}
.TagClassName
{
border-color: #4BA530;
}
</style>