Shades of La Palma #4BA226
Tints of La Palma #4BA226
RGB
CMYK
RGB Variations
Color information
#4BA226 (or 0x4BA226) is known color: La Palma. HEX triplet: 4B, A2 and 26. RGB value is (75,162,38). Sum of RGB (Red+Green+Blue) = 75+162+38=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA226 is #B45DD9. Grayscale: #7A7A7A. Windows color (decimal): -11820506 or 2531915. OLE color: 2531915.
HSL color Cylindrical-coordinate representation of color #4BA226: hue angle of 102.1º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4BA226 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 162 | 38 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.36 |
| HSL | 102.1º | 0.62% | 0.39% | - |
| HSV(B) | 102.1º | 0.77% | 0.64% | - |
| XYZ | 16.17 | 27.48 | 6.28 | - |
| YUV | 121.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 162 | 38 | 0.54 | 0 | 0.77 | 0.36 | 102.1 | 0.62 | 0.39 |
| Hex | 4B | A2 | 26 | 36 | 0 | 4D | 24 | 66 | 3E | 27 |
| Octal | 113 | 242 | 46 | 66 | 0 | 115 | 44 | 146 | 76 | 47 |
| Binary | 1001011 | 10100010 | 100110 | 110110 | 0 | 1001101 | 100100 | 1100110 | 111110 | 100111 |
Color Harmonies of #4BA226
Complementary color
Monochromatic Colors of #4BA226
Black with #4BA226
Text Example
Text Example
White with #4BA226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA226; }
p { color: rgb(75,162,38); }
H1.HeaderClassName
{
color: #4BA226;
}
.AnyTagClassName
{
color: #4BA226;
}
</style>
background-color css
<style>
a { background-color: #4BA226; }
a { background-color: rgb(75,162,38); }
div.DivClassName
{
background-color: #4BA226;
}
.BgClassName
{
background-color: #4BA226;
}
</style>
border-color css
<style>
span { border-color: #4BA226; }
span { border-color: rgb(75,162,38); }
td.TdClassName
{
border-color: #4BA226;
}
.TagClassName
{
border-color: #4BA226;
}
</style>