Shades of La Palma #4C922D
Tints of La Palma #4C922D
RGB
CMYK
RGB Variations
Color information
#4C922D (or 0x4C922D) is known color: La Palma. HEX triplet: 4C, 92 and 2D. RGB value is (76,146,45). Sum of RGB (Red+Green+Blue) = 76+146+45=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #4C922D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C922D is #B36DD2. Grayscale: #717171. Windows color (decimal): -11759059 or 2986572. OLE color: 2986572.
HSL color Cylindrical-coordinate representation of color #4C922D: hue angle of 101.58º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C922D is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 146 | 45 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.43 |
| HSL | 101.58º | 0.53% | 0.37% | - |
| HSV(B) | 101.58º | 0.69% | 0.57% | - |
| XYZ | 13.73 | 22.28 | 6.06 | - |
| YUV | 113.56 | 89.31 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 146 | 45 | 0.48 | 0 | 0.69 | 0.43 | 101.58 | 0.53 | 0.37 |
| Hex | 4C | 92 | 2D | 30 | 0 | 45 | 2B | 66 | 35 | 25 |
| Octal | 114 | 222 | 55 | 60 | 0 | 105 | 53 | 146 | 65 | 45 |
| Binary | 1001100 | 10010010 | 101101 | 110000 | 0 | 1000101 | 101011 | 1100110 | 110101 | 100101 |
Color Harmonies of #4C922D
Complementary color
Monochromatic Colors of #4C922D
Black with #4C922D
Text Example
Text Example
White with #4C922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C922D; }
p { color: rgb(76,146,45); }
H1.HeaderClassName
{
color: #4C922D;
}
.AnyTagClassName
{
color: #4C922D;
}
</style>
background-color css
<style>
a { background-color: #4C922D; }
a { background-color: rgb(76,146,45); }
div.DivClassName
{
background-color: #4C922D;
}
.BgClassName
{
background-color: #4C922D;
}
</style>
border-color css
<style>
span { border-color: #4C922D; }
span { border-color: rgb(76,146,45); }
td.TdClassName
{
border-color: #4C922D;
}
.TagClassName
{
border-color: #4C922D;
}
</style>