Shades of La Palma #4B8416
Tints of La Palma #4B8416
RGB
CMYK
RGB Variations
Color information
#4B8416 (or 0x4B8416) is known color: La Palma. HEX triplet: 4B, 84 and 16. RGB value is (75,132,22). Sum of RGB (Red+Green+Blue) = 75+132+22=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8416 is #B47BE9. Grayscale: #666666. Windows color (decimal): -11828202 or 1475659. OLE color: 1475659.
HSL color Cylindrical-coordinate representation of color #4B8416: hue angle of 91.09º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B8416 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 132 | 22 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.48 |
| HSL | 91.09º | 0.71% | 0.3% | - |
| HSV(B) | 91.09º | 0.83% | 0.52% | - |
| XYZ | 11.3 | 18.06 | 3.65 | - |
| YUV | 102.42 | 82.62 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 132 | 22 | 0.43 | 0 | 0.83 | 0.48 | 91.09 | 0.71 | 0.3 |
| Hex | 4B | 84 | 16 | 2B | 0 | 53 | 30 | 5B | 47 | 1E |
| Octal | 113 | 204 | 26 | 53 | 0 | 123 | 60 | 133 | 107 | 36 |
| Binary | 1001011 | 10000100 | 10110 | 101011 | 0 | 1010011 | 110000 | 1011011 | 1000111 | 11110 |
Color Harmonies of #4B8416
Complementary color
Monochromatic Colors of #4B8416
Black with #4B8416
Text Example
Text Example
White with #4B8416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8416; }
p { color: rgb(75,132,22); }
H1.HeaderClassName
{
color: #4B8416;
}
.AnyTagClassName
{
color: #4B8416;
}
</style>
background-color css
<style>
a { background-color: #4B8416; }
a { background-color: rgb(75,132,22); }
div.DivClassName
{
background-color: #4B8416;
}
.BgClassName
{
background-color: #4B8416;
}
</style>
border-color css
<style>
span { border-color: #4B8416; }
span { border-color: rgb(75,132,22); }
td.TdClassName
{
border-color: #4B8416;
}
.TagClassName
{
border-color: #4B8416;
}
</style>