Shades of La Palma #4B902D
Tints of La Palma #4B902D
RGB
CMYK
RGB Variations
Color information
#4B902D (or 0x4B902D) is known color: La Palma. HEX triplet: 4B, 90 and 2D. RGB value is (75,144,45). Sum of RGB (Red+Green+Blue) = 75+144+45=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #4B902D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B902D is #B46FD2. Grayscale: #707070. Windows color (decimal): -11825107 or 2986059. OLE color: 2986059.
HSL color Cylindrical-coordinate representation of color #4B902D: hue angle of 101.82º degrees, saturation: 0.52, 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 #4B902D is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 144 | 45 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.44 |
| HSL | 101.82º | 0.52% | 0.37% | - |
| HSV(B) | 101.82º | 0.69% | 0.56% | - |
| XYZ | 13.35 | 21.63 | 5.95 | - |
| YUV | 112.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 144 | 45 | 0.48 | 0 | 0.69 | 0.44 | 101.82 | 0.52 | 0.37 |
| Hex | 4B | 90 | 2D | 30 | 0 | 45 | 2C | 66 | 34 | 25 |
| Octal | 113 | 220 | 55 | 60 | 0 | 105 | 54 | 146 | 64 | 45 |
| Binary | 1001011 | 10010000 | 101101 | 110000 | 0 | 1000101 | 101100 | 1100110 | 110100 | 100101 |
Color Harmonies of #4B902D
Complementary color
Monochromatic Colors of #4B902D
Black with #4B902D
Text Example
Text Example
White with #4B902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B902D; }
p { color: rgb(75,144,45); }
H1.HeaderClassName
{
color: #4B902D;
}
.AnyTagClassName
{
color: #4B902D;
}
</style>
background-color css
<style>
a { background-color: #4B902D; }
a { background-color: rgb(75,144,45); }
div.DivClassName
{
background-color: #4B902D;
}
.BgClassName
{
background-color: #4B902D;
}
</style>
border-color css
<style>
span { border-color: #4B902D; }
span { border-color: rgb(75,144,45); }
td.TdClassName
{
border-color: #4B902D;
}
.TagClassName
{
border-color: #4B902D;
}
</style>