Shades of La Palma #4A9D34
Tints of La Palma #4A9D34
RGB
CMYK
RGB Variations
Color information
#4A9D34 (or 0x4A9D34) is known color: La Palma. HEX triplet: 4A, 9D and 34. RGB value is (74,157,52). Sum of RGB (Red+Green+Blue) = 74+157+52=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #4A9D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9D34 is #B562CB. Grayscale: #787878. Windows color (decimal): -11887308 or 3448138. OLE color: 3448138.
HSL color Cylindrical-coordinate representation of color #4A9D34: hue angle of 107.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A9D34 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 157 | 52 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.38 |
| HSL | 107.43º | 0.5% | 0.41% | - |
| HSV(B) | 107.43º | 0.67% | 0.62% | - |
| XYZ | 15.5 | 25.82 | 7.42 | - |
| YUV | 120.21 | 89.5 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 157 | 52 | 0.53 | 0 | 0.67 | 0.38 | 107.43 | 0.5 | 0.41 |
| Hex | 4A | 9D | 34 | 35 | 0 | 43 | 26 | 6B | 32 | 29 |
| Octal | 112 | 235 | 64 | 65 | 0 | 103 | 46 | 153 | 62 | 51 |
| Binary | 1001010 | 10011101 | 110100 | 110101 | 0 | 1000011 | 100110 | 1101011 | 110010 | 101001 |
Color Harmonies of #4A9D34
Complementary color
Monochromatic Colors of #4A9D34
Black with #4A9D34
Text Example
Text Example
White with #4A9D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9D34; }
p { color: rgb(74,157,52); }
H1.HeaderClassName
{
color: #4A9D34;
}
.AnyTagClassName
{
color: #4A9D34;
}
</style>
background-color css
<style>
a { background-color: #4A9D34; }
a { background-color: rgb(74,157,52); }
div.DivClassName
{
background-color: #4A9D34;
}
.BgClassName
{
background-color: #4A9D34;
}
</style>
border-color css
<style>
span { border-color: #4A9D34; }
span { border-color: rgb(74,157,52); }
td.TdClassName
{
border-color: #4A9D34;
}
.TagClassName
{
border-color: #4A9D34;
}
</style>