Shades of La Palma #4A942B
Tints of La Palma #4A942B
RGB
CMYK
RGB Variations
Color information
#4A942B (or 0x4A942B) is known color: La Palma. HEX triplet: 4A, 94 and 2B. RGB value is (74,148,43). Sum of RGB (Red+Green+Blue) = 74+148+43=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #4A942B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A942B is #B56BD4. Grayscale: #727272. Windows color (decimal): -11889621 or 2856010. OLE color: 2856010.
HSL color Cylindrical-coordinate representation of color #4A942B: hue angle of 102.29º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A942B is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 148 | 43 | - |
| CMYK | 0.50 | 0 | 0.71 | 0.42 |
| HSL | 102.29º | 0.55% | 0.37% | - |
| HSV(B) | 102.29º | 0.71% | 0.58% | - |
| XYZ | 13.85 | 22.81 | 5.96 | - |
| YUV | 113.9 | 87.98 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 148 | 43 | 0.50 | 0 | 0.71 | 0.42 | 102.29 | 0.55 | 0.37 |
| Hex | 4A | 94 | 2B | 32 | 0 | 47 | 2A | 66 | 37 | 25 |
| Octal | 112 | 224 | 53 | 62 | 0 | 107 | 52 | 146 | 67 | 45 |
| Binary | 1001010 | 10010100 | 101011 | 110010 | 0 | 1000111 | 101010 | 1100110 | 110111 | 100101 |
Color Harmonies of #4A942B
Complementary color
Monochromatic Colors of #4A942B
Black with #4A942B
Text Example
Text Example
White with #4A942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A942B; }
p { color: rgb(74,148,43); }
H1.HeaderClassName
{
color: #4A942B;
}
.AnyTagClassName
{
color: #4A942B;
}
</style>
background-color css
<style>
a { background-color: #4A942B; }
a { background-color: rgb(74,148,43); }
div.DivClassName
{
background-color: #4A942B;
}
.BgClassName
{
background-color: #4A942B;
}
</style>
border-color css
<style>
span { border-color: #4A942B; }
span { border-color: rgb(74,148,43); }
td.TdClassName
{
border-color: #4A942B;
}
.TagClassName
{
border-color: #4A942B;
}
</style>