Shades of La Palma #4A981E
Tints of La Palma #4A981E
RGB
CMYK
RGB Variations
Color information
#4A981E (or 0x4A981E) is known color: La Palma. HEX triplet: 4A, 98 and 1E. RGB value is (74,152,30). Sum of RGB (Red+Green+Blue) = 74+152+30=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 152 (59.77% from 255 or 59.38% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 152 - color contains mainly: green. Hex color #4A981E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A981E is #B567E1. Grayscale: #737373. Windows color (decimal): -11888610 or 2005066. OLE color: 2005066.
HSL color Cylindrical-coordinate representation of color #4A981E: hue angle of 98.36º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A981E is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 30 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.40 |
| HSL | 98.36º | 0.67% | 0.36% | - |
| HSV(B) | 98.36º | 0.8% | 0.6% | - |
| XYZ | 14.29 | 24.01 | 5.11 | - |
| YUV | 114.77 | 80.16 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 30 | 0.51 | 0 | 0.80 | 0.40 | 98.36 | 0.67 | 0.36 |
| Hex | 4A | 98 | 1E | 33 | 0 | 50 | 28 | 62 | 43 | 24 |
| Octal | 112 | 230 | 36 | 63 | 0 | 120 | 50 | 142 | 103 | 44 |
| Binary | 1001010 | 10011000 | 11110 | 110011 | 0 | 1010000 | 101000 | 1100010 | 1000011 | 100100 |
Color Harmonies of #4A981E
Complementary color
Monochromatic Colors of #4A981E
Black with #4A981E
Text Example
Text Example
White with #4A981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A981E; }
p { color: rgb(74,152,30); }
H1.HeaderClassName
{
color: #4A981E;
}
.AnyTagClassName
{
color: #4A981E;
}
</style>
background-color css
<style>
a { background-color: #4A981E; }
a { background-color: rgb(74,152,30); }
div.DivClassName
{
background-color: #4A981E;
}
.BgClassName
{
background-color: #4A981E;
}
</style>
border-color css
<style>
span { border-color: #4A981E; }
span { border-color: rgb(74,152,30); }
td.TdClassName
{
border-color: #4A981E;
}
.TagClassName
{
border-color: #4A981E;
}
</style>