Shades of La Palma #4C912B
Tints of La Palma #4C912B
RGB
CMYK
RGB Variations
Color information
#4C912B (or 0x4C912B) is known color: La Palma. HEX triplet: 4C, 91 and 2B. RGB value is (76,145,43). Sum of RGB (Red+Green+Blue) = 76+145+43=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #4C912B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C912B is #B36ED4. Grayscale: #717171. Windows color (decimal): -11759317 or 2855244. OLE color: 2855244.
HSL color Cylindrical-coordinate representation of color #4C912B: hue angle of 100.59º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C912B is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 145 | 43 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.43 |
| HSL | 100.59º | 0.54% | 0.37% | - |
| HSV(B) | 100.59º | 0.7% | 0.57% | - |
| XYZ | 13.54 | 21.96 | 5.81 | - |
| YUV | 112.74 | 88.64 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 43 | 0.48 | 0 | 0.70 | 0.43 | 100.59 | 0.54 | 0.37 |
| Hex | 4C | 91 | 2B | 30 | 0 | 46 | 2B | 65 | 36 | 25 |
| Octal | 114 | 221 | 53 | 60 | 0 | 106 | 53 | 145 | 66 | 45 |
| Binary | 1001100 | 10010001 | 101011 | 110000 | 0 | 1000110 | 101011 | 1100101 | 110110 | 100101 |
Color Harmonies of #4C912B
Complementary color
Monochromatic Colors of #4C912B
Black with #4C912B
Text Example
Text Example
White with #4C912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C912B; }
p { color: rgb(76,145,43); }
H1.HeaderClassName
{
color: #4C912B;
}
.AnyTagClassName
{
color: #4C912B;
}
</style>
background-color css
<style>
a { background-color: #4C912B; }
a { background-color: rgb(76,145,43); }
div.DivClassName
{
background-color: #4C912B;
}
.BgClassName
{
background-color: #4C912B;
}
</style>
border-color css
<style>
span { border-color: #4C912B; }
span { border-color: rgb(76,145,43); }
td.TdClassName
{
border-color: #4C912B;
}
.TagClassName
{
border-color: #4C912B;
}
</style>