Shades of La Palma #4B822A
Tints of La Palma #4B822A
RGB
CMYK
RGB Variations
Color information
#4B822A (or 0x4B822A) is known color: La Palma. HEX triplet: 4B, 82 and 2A. RGB value is (75,130,42). Sum of RGB (Red+Green+Blue) = 75+130+42=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #4B822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B822A is #B47DD5. Grayscale: #676767. Windows color (decimal): -11828694 or 2785867. OLE color: 2785867.
HSL color Cylindrical-coordinate representation of color #4B822A: hue angle of 97.5º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B822A is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 130 | 42 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.49 |
| HSL | 97.5º | 0.51% | 0.34% | - |
| HSV(B) | 97.5º | 0.68% | 0.51% | - |
| XYZ | 11.3 | 17.63 | 5 | - |
| YUV | 103.52 | 93.28 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 130 | 42 | 0.42 | 0 | 0.68 | 0.49 | 97.5 | 0.51 | 0.34 |
| Hex | 4B | 82 | 2A | 2A | 0 | 44 | 31 | 62 | 33 | 22 |
| Octal | 113 | 202 | 52 | 52 | 0 | 104 | 61 | 142 | 63 | 42 |
| Binary | 1001011 | 10000010 | 101010 | 101010 | 0 | 1000100 | 110001 | 1100010 | 110011 | 100010 |
Color Harmonies of #4B822A
Complementary color
Monochromatic Colors of #4B822A
Black with #4B822A
Text Example
Text Example
White with #4B822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B822A; }
p { color: rgb(75,130,42); }
H1.HeaderClassName
{
color: #4B822A;
}
.AnyTagClassName
{
color: #4B822A;
}
</style>
background-color css
<style>
a { background-color: #4B822A; }
a { background-color: rgb(75,130,42); }
div.DivClassName
{
background-color: #4B822A;
}
.BgClassName
{
background-color: #4B822A;
}
</style>
border-color css
<style>
span { border-color: #4B822A; }
span { border-color: rgb(75,130,42); }
td.TdClassName
{
border-color: #4B822A;
}
.TagClassName
{
border-color: #4B822A;
}
</style>