Shades of La Palma #4A9D32
Tints of La Palma #4A9D32
RGB
CMYK
RGB Variations
Color information
#4A9D32 (or 0x4A9D32) is known color: La Palma. HEX triplet: 4A, 9D and 32. RGB value is (74,157,50). Sum of RGB (Red+Green+Blue) = 74+157+50=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 157 (61.72% from 255 or 55.87% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 157 - color contains mainly: green. Hex color #4A9D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9D32 is #B562CD. Grayscale: #787878. Windows color (decimal): -11887310 or 3317066. OLE color: 3317066.
HSL color Cylindrical-coordinate representation of color #4A9D32: hue angle of 106.54º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A9D32 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 157 | 50 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.38 |
| HSL | 106.54º | 0.52% | 0.41% | - |
| HSV(B) | 106.54º | 0.68% | 0.62% | - |
| XYZ | 15.46 | 25.8 | 7.18 | - |
| YUV | 119.99 | 88.5 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 157 | 50 | 0.53 | 0 | 0.68 | 0.38 | 106.54 | 0.52 | 0.41 |
| Hex | 4A | 9D | 32 | 35 | 0 | 44 | 26 | 6B | 34 | 29 |
| Octal | 112 | 235 | 62 | 65 | 0 | 104 | 46 | 153 | 64 | 51 |
| Binary | 1001010 | 10011101 | 110010 | 110101 | 0 | 1000100 | 100110 | 1101011 | 110100 | 101001 |
Color Harmonies of #4A9D32
Complementary color
Monochromatic Colors of #4A9D32
Black with #4A9D32
Text Example
Text Example
White with #4A9D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9D32; }
p { color: rgb(74,157,50); }
H1.HeaderClassName
{
color: #4A9D32;
}
.AnyTagClassName
{
color: #4A9D32;
}
</style>
background-color css
<style>
a { background-color: #4A9D32; }
a { background-color: rgb(74,157,50); }
div.DivClassName
{
background-color: #4A9D32;
}
.BgClassName
{
background-color: #4A9D32;
}
</style>
border-color css
<style>
span { border-color: #4A9D32; }
span { border-color: rgb(74,157,50); }
td.TdClassName
{
border-color: #4A9D32;
}
.TagClassName
{
border-color: #4A9D32;
}
</style>