Shades of La Palma #4C902E
Tints of La Palma #4C902E
RGB
CMYK
RGB Variations
Color information
#4C902E (or 0x4C902E) is known color: La Palma. HEX triplet: 4C, 90 and 2E. RGB value is (76,144,46). Sum of RGB (Red+Green+Blue) = 76+144+46=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #4C902E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C902E is #B36FD1. Grayscale: #707070. Windows color (decimal): -11759570 or 3051596. OLE color: 3051596.
HSL color Cylindrical-coordinate representation of color #4C902E: hue angle of 101.63º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C902E is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 144 | 46 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.44 |
| HSL | 101.63º | 0.52% | 0.37% | - |
| HSV(B) | 101.63º | 0.68% | 0.56% | - |
| XYZ | 13.45 | 21.68 | 6.06 | - |
| YUV | 112.5 | 90.47 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 46 | 0.47 | 0 | 0.68 | 0.44 | 101.63 | 0.52 | 0.37 |
| Hex | 4C | 90 | 2E | 2F | 0 | 44 | 2C | 66 | 34 | 25 |
| Octal | 114 | 220 | 56 | 57 | 0 | 104 | 54 | 146 | 64 | 45 |
| Binary | 1001100 | 10010000 | 101110 | 101111 | 0 | 1000100 | 101100 | 1100110 | 110100 | 100101 |
Color Harmonies of #4C902E
Complementary color
Monochromatic Colors of #4C902E
Black with #4C902E
Text Example
Text Example
White with #4C902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C902E; }
p { color: rgb(76,144,46); }
H1.HeaderClassName
{
color: #4C902E;
}
.AnyTagClassName
{
color: #4C902E;
}
</style>
background-color css
<style>
a { background-color: #4C902E; }
a { background-color: rgb(76,144,46); }
div.DivClassName
{
background-color: #4C902E;
}
.BgClassName
{
background-color: #4C902E;
}
</style>
border-color css
<style>
span { border-color: #4C902E; }
span { border-color: rgb(76,144,46); }
td.TdClassName
{
border-color: #4C902E;
}
.TagClassName
{
border-color: #4C902E;
}
</style>