Shades of La Palma #4A942C
Tints of La Palma #4A942C
RGB
CMYK
RGB Variations
Color information
#4A942C (or 0x4A942C) is known color: La Palma. HEX triplet: 4A, 94 and 2C. RGB value is (74,148,44). Sum of RGB (Red+Green+Blue) = 74+148+44=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #4A942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A942C is #B56BD3. Grayscale: #727272. Windows color (decimal): -11889620 or 2921546. OLE color: 2921546.
HSL color Cylindrical-coordinate representation of color #4A942C: hue angle of 102.69º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A942C is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 148 | 44 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.42 |
| HSL | 102.69º | 0.54% | 0.38% | - |
| HSV(B) | 102.69º | 0.7% | 0.58% | - |
| XYZ | 13.87 | 22.82 | 6.06 | - |
| YUV | 114.02 | 88.48 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 148 | 44 | 0.50 | 0 | 0.70 | 0.42 | 102.69 | 0.54 | 0.38 |
| Hex | 4A | 94 | 2C | 32 | 0 | 46 | 2A | 67 | 36 | 26 |
| Octal | 112 | 224 | 54 | 62 | 0 | 106 | 52 | 147 | 66 | 46 |
| Binary | 1001010 | 10010100 | 101100 | 110010 | 0 | 1000110 | 101010 | 1100111 | 110110 | 100110 |
Color Harmonies of #4A942C
Complementary color
Monochromatic Colors of #4A942C
Black with #4A942C
Text Example
Text Example
White with #4A942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A942C; }
p { color: rgb(74,148,44); }
H1.HeaderClassName
{
color: #4A942C;
}
.AnyTagClassName
{
color: #4A942C;
}
</style>
background-color css
<style>
a { background-color: #4A942C; }
a { background-color: rgb(74,148,44); }
div.DivClassName
{
background-color: #4A942C;
}
.BgClassName
{
background-color: #4A942C;
}
</style>
border-color css
<style>
span { border-color: #4A942C; }
span { border-color: rgb(74,148,44); }
td.TdClassName
{
border-color: #4A942C;
}
.TagClassName
{
border-color: #4A942C;
}
</style>