Shades of La Palma #4AA235
Tints of La Palma #4AA235
RGB
CMYK
RGB Variations
Color information
#4AA235 (or 0x4AA235) is known color: La Palma. HEX triplet: 4A, A2 and 35. RGB value is (74,162,53). Sum of RGB (Red+Green+Blue) = 74+162+53=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA235 is #B55DCA. Grayscale: #7B7B7B. Windows color (decimal): -11886027 or 3514954. OLE color: 3514954.
HSL color Cylindrical-coordinate representation of color #4AA235: hue angle of 108.44º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AA235 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 53 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.36 |
| HSL | 108.44º | 0.51% | 0.42% | - |
| HSV(B) | 108.44º | 0.67% | 0.64% | - |
| XYZ | 16.39 | 27.55 | 7.82 | - |
| YUV | 123.26 | 88.35 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 53 | 0.54 | 0 | 0.67 | 0.36 | 108.44 | 0.51 | 0.42 |
| Hex | 4A | A2 | 35 | 36 | 0 | 43 | 24 | 6C | 33 | 2A |
| Octal | 112 | 242 | 65 | 66 | 0 | 103 | 44 | 154 | 63 | 52 |
| Binary | 1001010 | 10100010 | 110101 | 110110 | 0 | 1000011 | 100100 | 1101100 | 110011 | 101010 |
Color Harmonies of #4AA235
Complementary color
Monochromatic Colors of #4AA235
Black with #4AA235
Text Example
Text Example
White with #4AA235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA235; }
p { color: rgb(74,162,53); }
H1.HeaderClassName
{
color: #4AA235;
}
.AnyTagClassName
{
color: #4AA235;
}
</style>
background-color css
<style>
a { background-color: #4AA235; }
a { background-color: rgb(74,162,53); }
div.DivClassName
{
background-color: #4AA235;
}
.BgClassName
{
background-color: #4AA235;
}
</style>
border-color css
<style>
span { border-color: #4AA235; }
span { border-color: rgb(74,162,53); }
td.TdClassName
{
border-color: #4AA235;
}
.TagClassName
{
border-color: #4AA235;
}
</style>