Shades of La Palma #4A993A
Tints of La Palma #4A993A
RGB
CMYK
RGB Variations
Color information
#4A993A (or 0x4A993A) is known color: La Palma. HEX triplet: 4A, 99 and 3A. RGB value is (74,153,58). Sum of RGB (Red+Green+Blue) = 74+153+58=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #4A993A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A993A is #B566C5. Grayscale: #767676. Windows color (decimal): -11888326 or 3840330. OLE color: 3840330.
HSL color Cylindrical-coordinate representation of color #4A993A: hue angle of 109.89º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A993A is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 153 | 58 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.4 |
| HSL | 109.89º | 0.45% | 0.41% | - |
| HSV(B) | 109.89º | 0.62% | 0.6% | - |
| XYZ | 14.98 | 24.54 | 7.95 | - |
| YUV | 118.55 | 93.83 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 58 | 0.52 | 0 | 0.62 | 0.4 | 109.89 | 0.45 | 0.41 |
| Hex | 4A | 99 | 3A | 34 | 0 | 3E | 28 | 6E | 2D | 29 |
| Octal | 112 | 231 | 72 | 64 | 0 | 76 | 50 | 156 | 55 | 51 |
| Binary | 1001010 | 10011001 | 111010 | 110100 | 0 | 111110 | 101000 | 1101110 | 101101 | 101001 |
Color Harmonies of #4A993A
Complementary color
Monochromatic Colors of #4A993A
Black with #4A993A
Text Example
Text Example
White with #4A993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A993A; }
p { color: rgb(74,153,58); }
H1.HeaderClassName
{
color: #4A993A;
}
.AnyTagClassName
{
color: #4A993A;
}
</style>
background-color css
<style>
a { background-color: #4A993A; }
a { background-color: rgb(74,153,58); }
div.DivClassName
{
background-color: #4A993A;
}
.BgClassName
{
background-color: #4A993A;
}
</style>
border-color css
<style>
span { border-color: #4A993A; }
span { border-color: rgb(74,153,58); }
td.TdClassName
{
border-color: #4A993A;
}
.TagClassName
{
border-color: #4A993A;
}
</style>