Shades of La Palma #4B9938
Tints of La Palma #4B9938
RGB
CMYK
RGB Variations
Color information
#4B9938 (or 0x4B9938) is known color: La Palma. HEX triplet: 4B, 99 and 38. RGB value is (75,153,56). Sum of RGB (Red+Green+Blue) = 75+153+56=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #4B9938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9938 is #B466C7. Grayscale: #767676. Windows color (decimal): -11822792 or 3709259. OLE color: 3709259.
HSL color Cylindrical-coordinate representation of color #4B9938: hue angle of 108.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B9938 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 153 | 56 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.4 |
| HSL | 108.25º | 0.46% | 0.41% | - |
| HSV(B) | 108.25º | 0.63% | 0.6% | - |
| XYZ | 15.01 | 24.56 | 7.69 | - |
| YUV | 118.62 | 92.66 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 56 | 0.51 | 0 | 0.63 | 0.4 | 108.25 | 0.46 | 0.41 |
| Hex | 4B | 99 | 38 | 33 | 0 | 3F | 28 | 6C | 2E | 29 |
| Octal | 113 | 231 | 70 | 63 | 0 | 77 | 50 | 154 | 56 | 51 |
| Binary | 1001011 | 10011001 | 111000 | 110011 | 0 | 111111 | 101000 | 1101100 | 101110 | 101001 |
Color Harmonies of #4B9938
Complementary color
Monochromatic Colors of #4B9938
Black with #4B9938
Text Example
Text Example
White with #4B9938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9938; }
p { color: rgb(75,153,56); }
H1.HeaderClassName
{
color: #4B9938;
}
.AnyTagClassName
{
color: #4B9938;
}
</style>
background-color css
<style>
a { background-color: #4B9938; }
a { background-color: rgb(75,153,56); }
div.DivClassName
{
background-color: #4B9938;
}
.BgClassName
{
background-color: #4B9938;
}
</style>
border-color css
<style>
span { border-color: #4B9938; }
span { border-color: rgb(75,153,56); }
td.TdClassName
{
border-color: #4B9938;
}
.TagClassName
{
border-color: #4B9938;
}
</style>