Shades of La Palma #4B982C
Tints of La Palma #4B982C
RGB
CMYK
RGB Variations
Color information
#4B982C (or 0x4B982C) is known color: La Palma. HEX triplet: 4B, 98 and 2C. RGB value is (75,152,44). Sum of RGB (Red+Green+Blue) = 75+152+44=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #4B982C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B982C is #B467D3. Grayscale: #757575. Windows color (decimal): -11823060 or 2922571. OLE color: 2922571.
HSL color Cylindrical-coordinate representation of color #4B982C: hue angle of 102.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B982C is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 152 | 44 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.40 |
| HSL | 102.78º | 0.55% | 0.38% | - |
| HSV(B) | 102.78º | 0.71% | 0.6% | - |
| XYZ | 14.58 | 24.13 | 6.27 | - |
| YUV | 116.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 152 | 44 | 0.51 | 0 | 0.71 | 0.40 | 102.78 | 0.55 | 0.38 |
| Hex | 4B | 98 | 2C | 33 | 0 | 47 | 28 | 67 | 37 | 26 |
| Octal | 113 | 230 | 54 | 63 | 0 | 107 | 50 | 147 | 67 | 46 |
| Binary | 1001011 | 10011000 | 101100 | 110011 | 0 | 1000111 | 101000 | 1100111 | 110111 | 100110 |
Color Harmonies of #4B982C
Complementary color
Monochromatic Colors of #4B982C
Black with #4B982C
Text Example
Text Example
White with #4B982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B982C; }
p { color: rgb(75,152,44); }
H1.HeaderClassName
{
color: #4B982C;
}
.AnyTagClassName
{
color: #4B982C;
}
</style>
background-color css
<style>
a { background-color: #4B982C; }
a { background-color: rgb(75,152,44); }
div.DivClassName
{
background-color: #4B982C;
}
.BgClassName
{
background-color: #4B982C;
}
</style>
border-color css
<style>
span { border-color: #4B982C; }
span { border-color: rgb(75,152,44); }
td.TdClassName
{
border-color: #4B982C;
}
.TagClassName
{
border-color: #4B982C;
}
</style>