Shades of La Palma #4BA430
Tints of La Palma #4BA430
RGB
CMYK
RGB Variations
Color information
#4BA430 (or 0x4BA430) is known color: La Palma. HEX triplet: 4B, A4 and 30. RGB value is (75,164,48). Sum of RGB (Red+Green+Blue) = 75+164+48=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA430 is #B45BCF. Grayscale: #7C7C7C. Windows color (decimal): -11819984 or 3187787. OLE color: 3187787.
HSL color Cylindrical-coordinate representation of color #4BA430: hue angle of 106.03º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BA430 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 48 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.36 |
| HSL | 106.03º | 0.55% | 0.42% | - |
| HSV(B) | 106.03º | 0.71% | 0.64% | - |
| XYZ | 16.71 | 28.26 | 7.37 | - |
| YUV | 124.17 | 85.01 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 48 | 0.54 | 0 | 0.71 | 0.36 | 106.03 | 0.55 | 0.42 |
| Hex | 4B | A4 | 30 | 36 | 0 | 47 | 24 | 6A | 37 | 2A |
| Octal | 113 | 244 | 60 | 66 | 0 | 107 | 44 | 152 | 67 | 52 |
| Binary | 1001011 | 10100100 | 110000 | 110110 | 0 | 1000111 | 100100 | 1101010 | 110111 | 101010 |
Color Harmonies of #4BA430
Complementary color
Monochromatic Colors of #4BA430
Black with #4BA430
Text Example
Text Example
White with #4BA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA430; }
p { color: rgb(75,164,48); }
H1.HeaderClassName
{
color: #4BA430;
}
.AnyTagClassName
{
color: #4BA430;
}
</style>
background-color css
<style>
a { background-color: #4BA430; }
a { background-color: rgb(75,164,48); }
div.DivClassName
{
background-color: #4BA430;
}
.BgClassName
{
background-color: #4BA430;
}
</style>
border-color css
<style>
span { border-color: #4BA430; }
span { border-color: rgb(75,164,48); }
td.TdClassName
{
border-color: #4BA430;
}
.TagClassName
{
border-color: #4BA430;
}
</style>