Shades of La Palma #4A973A
Tints of La Palma #4A973A
RGB
CMYK
RGB Variations
Color information
#4A973A (or 0x4A973A) is known color: La Palma. HEX triplet: 4A, 97 and 3A. RGB value is (74,151,58). Sum of RGB (Red+Green+Blue) = 74+151+58=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #4A973A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A973A is #B568C5. Grayscale: #757575. Windows color (decimal): -11888838 or 3839818. OLE color: 3839818.
HSL color Cylindrical-coordinate representation of color #4A973A: hue angle of 109.68º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A973A is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 151 | 58 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.41 |
| HSL | 109.68º | 0.44% | 0.41% | - |
| HSV(B) | 109.68º | 0.62% | 0.59% | - |
| XYZ | 14.65 | 23.89 | 7.84 | - |
| YUV | 117.38 | 94.49 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 151 | 58 | 0.51 | 0 | 0.62 | 0.41 | 109.68 | 0.44 | 0.41 |
| Hex | 4A | 97 | 3A | 33 | 0 | 3E | 29 | 6E | 2C | 29 |
| Octal | 112 | 227 | 72 | 63 | 0 | 76 | 51 | 156 | 54 | 51 |
| Binary | 1001010 | 10010111 | 111010 | 110011 | 0 | 111110 | 101001 | 1101110 | 101100 | 101001 |
Color Harmonies of #4A973A
Complementary color
Monochromatic Colors of #4A973A
Black with #4A973A
Text Example
Text Example
White with #4A973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A973A; }
p { color: rgb(74,151,58); }
H1.HeaderClassName
{
color: #4A973A;
}
.AnyTagClassName
{
color: #4A973A;
}
</style>
background-color css
<style>
a { background-color: #4A973A; }
a { background-color: rgb(74,151,58); }
div.DivClassName
{
background-color: #4A973A;
}
.BgClassName
{
background-color: #4A973A;
}
</style>
border-color css
<style>
span { border-color: #4A973A; }
span { border-color: rgb(74,151,58); }
td.TdClassName
{
border-color: #4A973A;
}
.TagClassName
{
border-color: #4A973A;
}
</style>