Shades of La Palma #4B902C
Tints of La Palma #4B902C
RGB
CMYK
RGB Variations
Color information
#4B902C (or 0x4B902C) is known color: La Palma. HEX triplet: 4B, 90 and 2C. RGB value is (75,144,44). Sum of RGB (Red+Green+Blue) = 75+144+44=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #4B902C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B902C is #B46FD3. Grayscale: #707070. Windows color (decimal): -11825108 or 2920523. OLE color: 2920523.
HSL color Cylindrical-coordinate representation of color #4B902C: hue angle of 101.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B902C is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 144 | 44 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.44 |
| HSL | 101.4º | 0.53% | 0.37% | - |
| HSV(B) | 101.4º | 0.69% | 0.56% | - |
| XYZ | 13.33 | 21.62 | 5.85 | - |
| YUV | 111.97 | 89.64 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 144 | 44 | 0.48 | 0 | 0.69 | 0.44 | 101.4 | 0.53 | 0.37 |
| Hex | 4B | 90 | 2C | 30 | 0 | 45 | 2C | 65 | 35 | 25 |
| Octal | 113 | 220 | 54 | 60 | 0 | 105 | 54 | 145 | 65 | 45 |
| Binary | 1001011 | 10010000 | 101100 | 110000 | 0 | 1000101 | 101100 | 1100101 | 110101 | 100101 |
Color Harmonies of #4B902C
Complementary color
Monochromatic Colors of #4B902C
Black with #4B902C
Text Example
Text Example
White with #4B902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B902C; }
p { color: rgb(75,144,44); }
H1.HeaderClassName
{
color: #4B902C;
}
.AnyTagClassName
{
color: #4B902C;
}
</style>
background-color css
<style>
a { background-color: #4B902C; }
a { background-color: rgb(75,144,44); }
div.DivClassName
{
background-color: #4B902C;
}
.BgClassName
{
background-color: #4B902C;
}
</style>
border-color css
<style>
span { border-color: #4B902C; }
span { border-color: rgb(75,144,44); }
td.TdClassName
{
border-color: #4B902C;
}
.TagClassName
{
border-color: #4B902C;
}
</style>