Shades of La Palma #4B9E34
Tints of La Palma #4B9E34
RGB
CMYK
RGB Variations
Color information
#4B9E34 (or 0x4B9E34) is known color: La Palma. HEX triplet: 4B, 9E and 34. RGB value is (75,158,52). Sum of RGB (Red+Green+Blue) = 75+158+52=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 158 (62.11% from 255 or 55.44% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 158 - color contains mainly: green. Hex color #4B9E34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9E34 is #B461CB. Grayscale: #797979. Windows color (decimal): -11821516 or 3448395. OLE color: 3448395.
HSL color Cylindrical-coordinate representation of color #4B9E34: hue angle of 106.98º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B9E34 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 158 | 52 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.38 |
| HSL | 106.98º | 0.5% | 0.41% | - |
| HSV(B) | 106.98º | 0.67% | 0.62% | - |
| XYZ | 15.75 | 26.2 | 7.48 | - |
| YUV | 121.1 | 89 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 158 | 52 | 0.53 | 0 | 0.67 | 0.38 | 106.98 | 0.5 | 0.41 |
| Hex | 4B | 9E | 34 | 35 | 0 | 43 | 26 | 6B | 32 | 29 |
| Octal | 113 | 236 | 64 | 65 | 0 | 103 | 46 | 153 | 62 | 51 |
| Binary | 1001011 | 10011110 | 110100 | 110101 | 0 | 1000011 | 100110 | 1101011 | 110010 | 101001 |
Color Harmonies of #4B9E34
Complementary color
Monochromatic Colors of #4B9E34
Black with #4B9E34
Text Example
Text Example
White with #4B9E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9E34; }
p { color: rgb(75,158,52); }
H1.HeaderClassName
{
color: #4B9E34;
}
.AnyTagClassName
{
color: #4B9E34;
}
</style>
background-color css
<style>
a { background-color: #4B9E34; }
a { background-color: rgb(75,158,52); }
div.DivClassName
{
background-color: #4B9E34;
}
.BgClassName
{
background-color: #4B9E34;
}
</style>
border-color css
<style>
span { border-color: #4B9E34; }
span { border-color: rgb(75,158,52); }
td.TdClassName
{
border-color: #4B9E34;
}
.TagClassName
{
border-color: #4B9E34;
}
</style>