Shades of La Palma #4A902E
Tints of La Palma #4A902E
RGB
CMYK
RGB Variations
Color information
#4A902E (or 0x4A902E) is known color: La Palma. HEX triplet: 4A, 90 and 2E. RGB value is (74,144,46). Sum of RGB (Red+Green+Blue) = 74+144+46=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #4A902E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A902E is #B56FD1. Grayscale: #707070. Windows color (decimal): -11890642 or 3051594. OLE color: 3051594.
HSL color Cylindrical-coordinate representation of color #4A902E: hue angle of 102.86º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A902E is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 144 | 46 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.44 |
| HSL | 102.86º | 0.52% | 0.37% | - |
| HSV(B) | 102.86º | 0.68% | 0.56% | - |
| XYZ | 13.29 | 21.6 | 6.05 | - |
| YUV | 111.9 | 90.81 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 46 | 0.49 | 0 | 0.68 | 0.44 | 102.86 | 0.52 | 0.37 |
| Hex | 4A | 90 | 2E | 31 | 0 | 44 | 2C | 67 | 34 | 25 |
| Octal | 112 | 220 | 56 | 61 | 0 | 104 | 54 | 147 | 64 | 45 |
| Binary | 1001010 | 10010000 | 101110 | 110001 | 0 | 1000100 | 101100 | 1100111 | 110100 | 100101 |
Color Harmonies of #4A902E
Complementary color
Monochromatic Colors of #4A902E
Black with #4A902E
Text Example
Text Example
White with #4A902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A902E; }
p { color: rgb(74,144,46); }
H1.HeaderClassName
{
color: #4A902E;
}
.AnyTagClassName
{
color: #4A902E;
}
</style>
background-color css
<style>
a { background-color: #4A902E; }
a { background-color: rgb(74,144,46); }
div.DivClassName
{
background-color: #4A902E;
}
.BgClassName
{
background-color: #4A902E;
}
</style>
border-color css
<style>
span { border-color: #4A902E; }
span { border-color: rgb(74,144,46); }
td.TdClassName
{
border-color: #4A902E;
}
.TagClassName
{
border-color: #4A902E;
}
</style>