Shades of La Palma #4A8832
Tints of La Palma #4A8832
RGB
CMYK
RGB Variations
Color information
#4A8832 (or 0x4A8832) is known color: La Palma. HEX triplet: 4A, 88 and 32. RGB value is (74,136,50). Sum of RGB (Red+Green+Blue) = 74+136+50=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8832 is #B577CD. Grayscale: #6B6B6B. Windows color (decimal): -11892686 or 3311690. OLE color: 3311690.
HSL color Cylindrical-coordinate representation of color #4A8832: hue angle of 103.26º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A8832 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 50 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.47 |
| HSL | 103.26º | 0.46% | 0.36% | - |
| HSV(B) | 103.26º | 0.63% | 0.53% | - |
| XYZ | 12.2 | 19.29 | 6.1 | - |
| YUV | 107.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 50 | 0.46 | 0 | 0.63 | 0.47 | 103.26 | 0.46 | 0.36 |
| Hex | 4A | 88 | 32 | 2E | 0 | 3F | 2F | 67 | 2E | 24 |
| Octal | 112 | 210 | 62 | 56 | 0 | 77 | 57 | 147 | 56 | 44 |
| Binary | 1001010 | 10001000 | 110010 | 101110 | 0 | 111111 | 101111 | 1100111 | 101110 | 100100 |
Color Harmonies of #4A8832
Complementary color
Monochromatic Colors of #4A8832
Black with #4A8832
Text Example
Text Example
White with #4A8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8832; }
p { color: rgb(74,136,50); }
H1.HeaderClassName
{
color: #4A8832;
}
.AnyTagClassName
{
color: #4A8832;
}
</style>
background-color css
<style>
a { background-color: #4A8832; }
a { background-color: rgb(74,136,50); }
div.DivClassName
{
background-color: #4A8832;
}
.BgClassName
{
background-color: #4A8832;
}
</style>
border-color css
<style>
span { border-color: #4A8832; }
span { border-color: rgb(74,136,50); }
td.TdClassName
{
border-color: #4A8832;
}
.TagClassName
{
border-color: #4A8832;
}
</style>