Shades of La Palma #4A9825
Tints of La Palma #4A9825
RGB
CMYK
RGB Variations
Color information
#4A9825 (or 0x4A9825) is known color: La Palma. HEX triplet: 4A, 98 and 25. RGB value is (74,152,37). Sum of RGB (Red+Green+Blue) = 74+152+37=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9825 is #B567DA. Grayscale: #737373. Windows color (decimal): -11888603 or 2463818. OLE color: 2463818.
HSL color Cylindrical-coordinate representation of color #4A9825: hue angle of 100.7º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A9825 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 37 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.40 |
| HSL | 100.7º | 0.61% | 0.37% | - |
| HSV(B) | 100.7º | 0.76% | 0.6% | - |
| XYZ | 14.39 | 24.05 | 5.63 | - |
| YUV | 115.57 | 83.66 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 37 | 0.51 | 0 | 0.76 | 0.40 | 100.7 | 0.61 | 0.37 |
| Hex | 4A | 98 | 25 | 33 | 0 | 4C | 28 | 65 | 3D | 25 |
| Octal | 112 | 230 | 45 | 63 | 0 | 114 | 50 | 145 | 75 | 45 |
| Binary | 1001010 | 10011000 | 100101 | 110011 | 0 | 1001100 | 101000 | 1100101 | 111101 | 100101 |
Color Harmonies of #4A9825
Complementary color
Monochromatic Colors of #4A9825
Black with #4A9825
Text Example
Text Example
White with #4A9825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9825; }
p { color: rgb(74,152,37); }
H1.HeaderClassName
{
color: #4A9825;
}
.AnyTagClassName
{
color: #4A9825;
}
</style>
background-color css
<style>
a { background-color: #4A9825; }
a { background-color: rgb(74,152,37); }
div.DivClassName
{
background-color: #4A9825;
}
.BgClassName
{
background-color: #4A9825;
}
</style>
border-color css
<style>
span { border-color: #4A9825; }
span { border-color: rgb(74,152,37); }
td.TdClassName
{
border-color: #4A9825;
}
.TagClassName
{
border-color: #4A9825;
}
</style>