Shades of La Palma #4B8F14
Tints of La Palma #4B8F14
RGB
CMYK
RGB Variations
Color information
#4B8F14 (or 0x4B8F14) is known color: La Palma. HEX triplet: 4B, 8F and 14. RGB value is (75,143,20). Sum of RGB (Red+Green+Blue) = 75+143+20=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 143 (56.25% from 255 or 60.08% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8F14 is #B470EB. Grayscale: #6D6D6D. Windows color (decimal): -11825388 or 1347403. OLE color: 1347403.
HSL color Cylindrical-coordinate representation of color #4B8F14: hue angle of 93.17º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B8F14 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 143 | 20 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.44 |
| HSL | 93.17º | 0.75% | 0.32% | - |
| HSV(B) | 93.17º | 0.86% | 0.56% | - |
| XYZ | 12.85 | 21.19 | 4.07 | - |
| YUV | 108.65 | 77.97 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 143 | 20 | 0.48 | 0 | 0.86 | 0.44 | 93.17 | 0.75 | 0.32 |
| Hex | 4B | 8F | 14 | 30 | 0 | 56 | 2C | 5D | 4B | 20 |
| Octal | 113 | 217 | 24 | 60 | 0 | 126 | 54 | 135 | 113 | 40 |
| Binary | 1001011 | 10001111 | 10100 | 110000 | 0 | 1010110 | 101100 | 1011101 | 1001011 | 100000 |
Color Harmonies of #4B8F14
Complementary color
Monochromatic Colors of #4B8F14
Black with #4B8F14
Text Example
Text Example
White with #4B8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8F14; }
p { color: rgb(75,143,20); }
H1.HeaderClassName
{
color: #4B8F14;
}
.AnyTagClassName
{
color: #4B8F14;
}
</style>
background-color css
<style>
a { background-color: #4B8F14; }
a { background-color: rgb(75,143,20); }
div.DivClassName
{
background-color: #4B8F14;
}
.BgClassName
{
background-color: #4B8F14;
}
</style>
border-color css
<style>
span { border-color: #4B8F14; }
span { border-color: rgb(75,143,20); }
td.TdClassName
{
border-color: #4B8F14;
}
.TagClassName
{
border-color: #4B8F14;
}
</style>