Shades of La Palma #4B9538
Tints of La Palma #4B9538
RGB
CMYK
RGB Variations
Color information
#4B9538 (or 0x4B9538) is known color: La Palma. HEX triplet: 4B, 95 and 38. RGB value is (75,149,56). Sum of RGB (Red+Green+Blue) = 75+149+56=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9538 is #B46AC7. Grayscale: #747474. Windows color (decimal): -11823816 or 3708235. OLE color: 3708235.
HSL color Cylindrical-coordinate representation of color #4B9538: hue angle of 107.74º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B9538 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 56 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.42 |
| HSL | 107.74º | 0.45% | 0.4% | - |
| HSV(B) | 107.74º | 0.62% | 0.58% | - |
| XYZ | 14.36 | 23.28 | 7.48 | - |
| YUV | 116.27 | 93.98 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 56 | 0.50 | 0 | 0.62 | 0.42 | 107.74 | 0.45 | 0.4 |
| Hex | 4B | 95 | 38 | 32 | 0 | 3E | 2A | 6C | 2D | 28 |
| Octal | 113 | 225 | 70 | 62 | 0 | 76 | 52 | 154 | 55 | 50 |
| Binary | 1001011 | 10010101 | 111000 | 110010 | 0 | 111110 | 101010 | 1101100 | 101101 | 101000 |
Color Harmonies of #4B9538
Complementary color
Monochromatic Colors of #4B9538
Black with #4B9538
Text Example
Text Example
White with #4B9538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9538; }
p { color: rgb(75,149,56); }
H1.HeaderClassName
{
color: #4B9538;
}
.AnyTagClassName
{
color: #4B9538;
}
</style>
background-color css
<style>
a { background-color: #4B9538; }
a { background-color: rgb(75,149,56); }
div.DivClassName
{
background-color: #4B9538;
}
.BgClassName
{
background-color: #4B9538;
}
</style>
border-color css
<style>
span { border-color: #4B9538; }
span { border-color: rgb(75,149,56); }
td.TdClassName
{
border-color: #4B9538;
}
.TagClassName
{
border-color: #4B9538;
}
</style>