Shades of La Palma #4C902C
Tints of La Palma #4C902C
RGB
CMYK
RGB Variations
Color information
#4C902C (or 0x4C902C) is known color: La Palma. HEX triplet: 4C, 90 and 2C. RGB value is (76,144,44). Sum of RGB (Red+Green+Blue) = 76+144+44=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #4C902C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C902C is #B36FD3. Grayscale: #707070. Windows color (decimal): -11759572 or 2920524. OLE color: 2920524.
HSL color Cylindrical-coordinate representation of color #4C902C: hue angle of 100.8º 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 #4C902C is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 144 | 44 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.44 |
| HSL | 100.8º | 0.53% | 0.37% | - |
| HSV(B) | 100.8º | 0.69% | 0.56% | - |
| XYZ | 13.41 | 21.66 | 5.86 | - |
| YUV | 112.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 44 | 0.47 | 0 | 0.69 | 0.44 | 100.8 | 0.53 | 0.37 |
| Hex | 4C | 90 | 2C | 2F | 0 | 45 | 2C | 65 | 35 | 25 |
| Octal | 114 | 220 | 54 | 57 | 0 | 105 | 54 | 145 | 65 | 45 |
| Binary | 1001100 | 10010000 | 101100 | 101111 | 0 | 1000101 | 101100 | 1100101 | 110101 | 100101 |
Color Harmonies of #4C902C
Complementary color
Monochromatic Colors of #4C902C
Black with #4C902C
Text Example
Text Example
White with #4C902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C902C; }
p { color: rgb(76,144,44); }
H1.HeaderClassName
{
color: #4C902C;
}
.AnyTagClassName
{
color: #4C902C;
}
</style>
background-color css
<style>
a { background-color: #4C902C; }
a { background-color: rgb(76,144,44); }
div.DivClassName
{
background-color: #4C902C;
}
.BgClassName
{
background-color: #4C902C;
}
</style>
border-color css
<style>
span { border-color: #4C902C; }
span { border-color: rgb(76,144,44); }
td.TdClassName
{
border-color: #4C902C;
}
.TagClassName
{
border-color: #4C902C;
}
</style>