Shades of La Palma #4A9832
Tints of La Palma #4A9832
RGB
CMYK
RGB Variations
Color information
#4A9832 (or 0x4A9832) is known color: La Palma. HEX triplet: 4A, 98 and 32. RGB value is (74,152,50). Sum of RGB (Red+Green+Blue) = 74+152+50=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9832 is #B567CD. Grayscale: #757575. Windows color (decimal): -11888590 or 3315786. OLE color: 3315786.
HSL color Cylindrical-coordinate representation of color #4A9832: hue angle of 105.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A9832 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 50 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.40 |
| HSL | 105.88º | 0.5% | 0.4% | - |
| HSV(B) | 105.88º | 0.67% | 0.6% | - |
| XYZ | 14.63 | 24.14 | 6.91 | - |
| YUV | 117.05 | 90.16 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 50 | 0.51 | 0 | 0.67 | 0.40 | 105.88 | 0.5 | 0.4 |
| Hex | 4A | 98 | 32 | 33 | 0 | 43 | 28 | 6A | 32 | 28 |
| Octal | 112 | 230 | 62 | 63 | 0 | 103 | 50 | 152 | 62 | 50 |
| Binary | 1001010 | 10011000 | 110010 | 110011 | 0 | 1000011 | 101000 | 1101010 | 110010 | 101000 |
Color Harmonies of #4A9832
Complementary color
Monochromatic Colors of #4A9832
Black with #4A9832
Text Example
Text Example
White with #4A9832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9832; }
p { color: rgb(74,152,50); }
H1.HeaderClassName
{
color: #4A9832;
}
.AnyTagClassName
{
color: #4A9832;
}
</style>
background-color css
<style>
a { background-color: #4A9832; }
a { background-color: rgb(74,152,50); }
div.DivClassName
{
background-color: #4A9832;
}
.BgClassName
{
background-color: #4A9832;
}
</style>
border-color css
<style>
span { border-color: #4A9832; }
span { border-color: rgb(74,152,50); }
td.TdClassName
{
border-color: #4A9832;
}
.TagClassName
{
border-color: #4A9832;
}
</style>