Shades of La Palma #4A9632
Tints of La Palma #4A9632
RGB
CMYK
RGB Variations
Color information
#4A9632 (or 0x4A9632) is known color: La Palma. HEX triplet: 4A, 96 and 32. RGB value is (74,150,50). Sum of RGB (Red+Green+Blue) = 74+150+50=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9632 is #B569CD. Grayscale: #747474. Windows color (decimal): -11889102 or 3315274. OLE color: 3315274.
HSL color Cylindrical-coordinate representation of color #4A9632: hue angle of 105.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A9632 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 150 | 50 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.41 |
| HSL | 105.6º | 0.5% | 0.39% | - |
| HSV(B) | 105.6º | 0.67% | 0.59% | - |
| XYZ | 14.31 | 23.5 | 6.8 | - |
| YUV | 115.88 | 90.82 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 150 | 50 | 0.51 | 0 | 0.67 | 0.41 | 105.6 | 0.5 | 0.39 |
| Hex | 4A | 96 | 32 | 33 | 0 | 43 | 29 | 6A | 32 | 27 |
| Octal | 112 | 226 | 62 | 63 | 0 | 103 | 51 | 152 | 62 | 47 |
| Binary | 1001010 | 10010110 | 110010 | 110011 | 0 | 1000011 | 101001 | 1101010 | 110010 | 100111 |
Color Harmonies of #4A9632
Complementary color
Monochromatic Colors of #4A9632
Black with #4A9632
Text Example
Text Example
White with #4A9632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9632; }
p { color: rgb(74,150,50); }
H1.HeaderClassName
{
color: #4A9632;
}
.AnyTagClassName
{
color: #4A9632;
}
</style>
background-color css
<style>
a { background-color: #4A9632; }
a { background-color: rgb(74,150,50); }
div.DivClassName
{
background-color: #4A9632;
}
.BgClassName
{
background-color: #4A9632;
}
</style>
border-color css
<style>
span { border-color: #4A9632; }
span { border-color: rgb(74,150,50); }
td.TdClassName
{
border-color: #4A9632;
}
.TagClassName
{
border-color: #4A9632;
}
</style>