Shades of La Palma #4C913B
Tints of La Palma #4C913B
RGB
CMYK
RGB Variations
Color information
#4C913B (or 0x4C913B) is known color: La Palma. HEX triplet: 4C, 91 and 3B. RGB value is (76,145,59). Sum of RGB (Red+Green+Blue) = 76+145+59=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #4C913B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C913B is #B36EC4. Grayscale: #727272. Windows color (decimal): -11759301 or 3903820. OLE color: 3903820.
HSL color Cylindrical-coordinate representation of color #4C913B: hue angle of 108.14º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C913B is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 145 | 59 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.43 |
| HSL | 108.14º | 0.42% | 0.4% | - |
| HSV(B) | 108.14º | 0.59% | 0.57% | - |
| XYZ | 13.9 | 22.1 | 7.67 | - |
| YUV | 114.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 59 | 0.48 | 0 | 0.59 | 0.43 | 108.14 | 0.42 | 0.4 |
| Hex | 4C | 91 | 3B | 30 | 0 | 3B | 2B | 6C | 2A | 28 |
| Octal | 114 | 221 | 73 | 60 | 0 | 73 | 53 | 154 | 52 | 50 |
| Binary | 1001100 | 10010001 | 111011 | 110000 | 0 | 111011 | 101011 | 1101100 | 101010 | 101000 |
Color Harmonies of #4C913B
Complementary color
Monochromatic Colors of #4C913B
Black with #4C913B
Text Example
Text Example
White with #4C913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C913B; }
p { color: rgb(76,145,59); }
H1.HeaderClassName
{
color: #4C913B;
}
.AnyTagClassName
{
color: #4C913B;
}
</style>
background-color css
<style>
a { background-color: #4C913B; }
a { background-color: rgb(76,145,59); }
div.DivClassName
{
background-color: #4C913B;
}
.BgClassName
{
background-color: #4C913B;
}
</style>
border-color css
<style>
span { border-color: #4C913B; }
span { border-color: rgb(76,145,59); }
td.TdClassName
{
border-color: #4C913B;
}
.TagClassName
{
border-color: #4C913B;
}
</style>