Shades of La Palma #4AA835
Tints of La Palma #4AA835
RGB
CMYK
RGB Variations
Color information
#4AA835 (or 0x4AA835) is known color: La Palma. HEX triplet: 4A, A8 and 35. RGB value is (74,168,53). Sum of RGB (Red+Green+Blue) = 74+168+53=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #4AA835 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA835 is #B557CA. Grayscale: #7F7F7F. Windows color (decimal): -11884491 or 3516490. OLE color: 3516490.
HSL color Cylindrical-coordinate representation of color #4AA835: hue angle of 109.04º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AA835 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 168 | 53 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.34 |
| HSL | 109.04º | 0.52% | 0.43% | - |
| HSV(B) | 109.04º | 0.68% | 0.66% | - |
| XYZ | 17.47 | 29.72 | 8.18 | - |
| YUV | 126.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 168 | 53 | 0.56 | 0 | 0.68 | 0.34 | 109.04 | 0.52 | 0.43 |
| Hex | 4A | A8 | 35 | 38 | 0 | 44 | 22 | 6D | 34 | 2B |
| Octal | 112 | 250 | 65 | 70 | 0 | 104 | 42 | 155 | 64 | 53 |
| Binary | 1001010 | 10101000 | 110101 | 111000 | 0 | 1000100 | 100010 | 1101101 | 110100 | 101011 |
Color Harmonies of #4AA835
Complementary color
Monochromatic Colors of #4AA835
Black with #4AA835
Text Example
Text Example
White with #4AA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA835; }
p { color: rgb(74,168,53); }
H1.HeaderClassName
{
color: #4AA835;
}
.AnyTagClassName
{
color: #4AA835;
}
</style>
background-color css
<style>
a { background-color: #4AA835; }
a { background-color: rgb(74,168,53); }
div.DivClassName
{
background-color: #4AA835;
}
.BgClassName
{
background-color: #4AA835;
}
</style>
border-color css
<style>
span { border-color: #4AA835; }
span { border-color: rgb(74,168,53); }
td.TdClassName
{
border-color: #4AA835;
}
.TagClassName
{
border-color: #4AA835;
}
</style>