Shades of La Palma #3AA219
Tints of La Palma #3AA219
RGB
CMYK
RGB Variations
Color information
#3AA219 (or 0x3AA219) is known color: La Palma. HEX triplet: 3A, A2 and 19. RGB value is (58,162,25). Sum of RGB (Red+Green+Blue) = 58+162+25=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA219 is #C55DE6. Grayscale: #737373. Windows color (decimal): -12934631 or 1679930. OLE color: 1679930.
HSL color Cylindrical-coordinate representation of color #3AA219: hue angle of 105.55º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AA219 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 162 | 25 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.36 |
| HSL | 105.55º | 0.73% | 0.37% | - |
| HSV(B) | 105.55º | 0.85% | 0.64% | - |
| XYZ | 14.84 | 26.81 | 5.31 | - |
| YUV | 115.29 | 77.04 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 25 | 0.64 | 0 | 0.85 | 0.36 | 105.55 | 0.73 | 0.37 |
| Hex | 3A | A2 | 19 | 40 | 0 | 55 | 24 | 6A | 49 | 25 |
| Octal | 72 | 242 | 31 | 100 | 0 | 125 | 44 | 152 | 111 | 45 |
| Binary | 111010 | 10100010 | 11001 | 1000000 | 0 | 1010101 | 100100 | 1101010 | 1001001 | 100101 |
Color Harmonies of #3AA219
Complementary color
Monochromatic Colors of #3AA219
Black with #3AA219
Text Example
Text Example
White with #3AA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA219; }
p { color: rgb(58,162,25); }
H1.HeaderClassName
{
color: #3AA219;
}
.AnyTagClassName
{
color: #3AA219;
}
</style>
background-color css
<style>
a { background-color: #3AA219; }
a { background-color: rgb(58,162,25); }
div.DivClassName
{
background-color: #3AA219;
}
.BgClassName
{
background-color: #3AA219;
}
</style>
border-color css
<style>
span { border-color: #3AA219; }
span { border-color: rgb(58,162,25); }
td.TdClassName
{
border-color: #3AA219;
}
.TagClassName
{
border-color: #3AA219;
}
</style>