Shades of La Palma #4B961E
Tints of La Palma #4B961E
RGB
CMYK
RGB Variations
Color information
#4B961E (or 0x4B961E) is known color: La Palma. HEX triplet: 4B, 96 and 1E. RGB value is (75,150,30). Sum of RGB (Red+Green+Blue) = 75+150+30=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #4B961E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B961E is #B469E1. Grayscale: #727272. Windows color (decimal): -11823586 or 2004555. OLE color: 2004555.
HSL color Cylindrical-coordinate representation of color #4B961E: hue angle of 97.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B961E is Cyan = 0.5, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 150 | 30 | - |
| CMYK | 0.5 | 0 | 0.80 | 0.41 |
| HSL | 97.5º | 0.67% | 0.35% | - |
| HSV(B) | 97.5º | 0.8% | 0.59% | - |
| XYZ | 14.04 | 23.4 | 5.01 | - |
| YUV | 113.9 | 80.65 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 150 | 30 | 0.5 | 0 | 0.80 | 0.41 | 97.5 | 0.67 | 0.35 |
| Hex | 4B | 96 | 1E | 32 | 0 | 50 | 29 | 62 | 43 | 23 |
| Octal | 113 | 226 | 36 | 62 | 0 | 120 | 51 | 142 | 103 | 43 |
| Binary | 1001011 | 10010110 | 11110 | 110010 | 0 | 1010000 | 101001 | 1100010 | 1000011 | 100011 |
Color Harmonies of #4B961E
Complementary color
Monochromatic Colors of #4B961E
Black with #4B961E
Text Example
Text Example
White with #4B961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B961E; }
p { color: rgb(75,150,30); }
H1.HeaderClassName
{
color: #4B961E;
}
.AnyTagClassName
{
color: #4B961E;
}
</style>
background-color css
<style>
a { background-color: #4B961E; }
a { background-color: rgb(75,150,30); }
div.DivClassName
{
background-color: #4B961E;
}
.BgClassName
{
background-color: #4B961E;
}
</style>
border-color css
<style>
span { border-color: #4B961E; }
span { border-color: rgb(75,150,30); }
td.TdClassName
{
border-color: #4B961E;
}
.TagClassName
{
border-color: #4B961E;
}
</style>