Shades of La Palma #4B9E28
Tints of La Palma #4B9E28
RGB
CMYK
RGB Variations
Color information
#4B9E28 (or 0x4B9E28) is known color: La Palma. HEX triplet: 4B, 9E and 28. RGB value is (75,158,40). Sum of RGB (Red+Green+Blue) = 75+158+40=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 158 (62.11% from 255 or 57.88% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 158 - color contains mainly: green. Hex color #4B9E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9E28 is #B461D7. Grayscale: #787878. Windows color (decimal): -11821528 or 2661963. OLE color: 2661963.
HSL color Cylindrical-coordinate representation of color #4B9E28: hue angle of 102.2º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B9E28 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 158 | 40 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.38 |
| HSL | 102.2º | 0.6% | 0.39% | - |
| HSV(B) | 102.2º | 0.75% | 0.62% | - |
| XYZ | 15.51 | 26.1 | 6.23 | - |
| YUV | 119.73 | 83 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 158 | 40 | 0.53 | 0 | 0.75 | 0.38 | 102.2 | 0.6 | 0.39 |
| Hex | 4B | 9E | 28 | 35 | 0 | 4B | 26 | 66 | 3C | 27 |
| Octal | 113 | 236 | 50 | 65 | 0 | 113 | 46 | 146 | 74 | 47 |
| Binary | 1001011 | 10011110 | 101000 | 110101 | 0 | 1001011 | 100110 | 1100110 | 111100 | 100111 |
Color Harmonies of #4B9E28
Complementary color
Monochromatic Colors of #4B9E28
Black with #4B9E28
Text Example
Text Example
White with #4B9E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9E28; }
p { color: rgb(75,158,40); }
H1.HeaderClassName
{
color: #4B9E28;
}
.AnyTagClassName
{
color: #4B9E28;
}
</style>
background-color css
<style>
a { background-color: #4B9E28; }
a { background-color: rgb(75,158,40); }
div.DivClassName
{
background-color: #4B9E28;
}
.BgClassName
{
background-color: #4B9E28;
}
</style>
border-color css
<style>
span { border-color: #4B9E28; }
span { border-color: rgb(75,158,40); }
td.TdClassName
{
border-color: #4B9E28;
}
.TagClassName
{
border-color: #4B9E28;
}
</style>