Shades of La Palma #4B9F33
Tints of La Palma #4B9F33
RGB
CMYK
RGB Variations
Color information
#4B9F33 (or 0x4B9F33) is known color: La Palma. HEX triplet: 4B, 9F and 33. RGB value is (75,159,51). Sum of RGB (Red+Green+Blue) = 75+159+51=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #4B9F33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9F33 is #B460CC. Grayscale: #797979. Windows color (decimal): -11821261 or 3383115. OLE color: 3383115.
HSL color Cylindrical-coordinate representation of color #4B9F33: hue angle of 106.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B9F33 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 159 | 51 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.38 |
| HSL | 106.67º | 0.51% | 0.41% | - |
| HSV(B) | 106.67º | 0.68% | 0.62% | - |
| XYZ | 15.9 | 26.53 | 7.42 | - |
| YUV | 121.57 | 88.17 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 159 | 51 | 0.53 | 0 | 0.68 | 0.38 | 106.67 | 0.51 | 0.41 |
| Hex | 4B | 9F | 33 | 35 | 0 | 44 | 26 | 6B | 33 | 29 |
| Octal | 113 | 237 | 63 | 65 | 0 | 104 | 46 | 153 | 63 | 51 |
| Binary | 1001011 | 10011111 | 110011 | 110101 | 0 | 1000100 | 100110 | 1101011 | 110011 | 101001 |
Color Harmonies of #4B9F33
Complementary color
Monochromatic Colors of #4B9F33
Black with #4B9F33
Text Example
Text Example
White with #4B9F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9F33; }
p { color: rgb(75,159,51); }
H1.HeaderClassName
{
color: #4B9F33;
}
.AnyTagClassName
{
color: #4B9F33;
}
</style>
background-color css
<style>
a { background-color: #4B9F33; }
a { background-color: rgb(75,159,51); }
div.DivClassName
{
background-color: #4B9F33;
}
.BgClassName
{
background-color: #4B9F33;
}
</style>
border-color css
<style>
span { border-color: #4B9F33; }
span { border-color: rgb(75,159,51); }
td.TdClassName
{
border-color: #4B9F33;
}
.TagClassName
{
border-color: #4B9F33;
}
</style>