Shades of La Palma #4A9823
Tints of La Palma #4A9823
RGB
CMYK
RGB Variations
Color information
#4A9823 (or 0x4A9823) is known color: La Palma. HEX triplet: 4A, 98 and 23. RGB value is (74,152,35). Sum of RGB (Red+Green+Blue) = 74+152+35=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9823 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9823 is #B567DC. Grayscale: #737373. Windows color (decimal): -11888605 or 2332746. OLE color: 2332746.
HSL color Cylindrical-coordinate representation of color #4A9823: hue angle of 100º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A9823 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 35 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.40 |
| HSL | 100º | 0.63% | 0.37% | - |
| HSV(B) | 100º | 0.77% | 0.6% | - |
| XYZ | 14.36 | 24.03 | 5.47 | - |
| YUV | 115.34 | 82.66 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 35 | 0.51 | 0 | 0.77 | 0.40 | 100 | 0.63 | 0.37 |
| Hex | 4A | 98 | 23 | 33 | 0 | 4D | 28 | 64 | 3F | 25 |
| Octal | 112 | 230 | 43 | 63 | 0 | 115 | 50 | 144 | 77 | 45 |
| Binary | 1001010 | 10011000 | 100011 | 110011 | 0 | 1001101 | 101000 | 1100100 | 111111 | 100101 |
Color Harmonies of #4A9823
Complementary color
Monochromatic Colors of #4A9823
Black with #4A9823
Text Example
Text Example
White with #4A9823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9823; }
p { color: rgb(74,152,35); }
H1.HeaderClassName
{
color: #4A9823;
}
.AnyTagClassName
{
color: #4A9823;
}
</style>
background-color css
<style>
a { background-color: #4A9823; }
a { background-color: rgb(74,152,35); }
div.DivClassName
{
background-color: #4A9823;
}
.BgClassName
{
background-color: #4A9823;
}
</style>
border-color css
<style>
span { border-color: #4A9823; }
span { border-color: rgb(74,152,35); }
td.TdClassName
{
border-color: #4A9823;
}
.TagClassName
{
border-color: #4A9823;
}
</style>