Shades of La Palma #3AA521
Tints of La Palma #3AA521
RGB
CMYK
RGB Variations
Color information
#3AA521 (or 0x3AA521) is known color: La Palma. HEX triplet: 3A, A5 and 21. RGB value is (58,165,33). Sum of RGB (Red+Green+Blue) = 58+165+33=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 165 (64.84% from 255 or 64.45% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA521 is #C55ADE. Grayscale: #767676. Windows color (decimal): -12933855 or 2204986. OLE color: 2204986.
HSL color Cylindrical-coordinate representation of color #3AA521: hue angle of 108.64º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AA521 is Cyan = 0.65, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 165 | 33 | - |
| CMYK | 0.65 | 0 | 0.8 | 0.35 |
| HSL | 108.64º | 0.67% | 0.39% | - |
| HSV(B) | 108.64º | 0.8% | 0.65% | - |
| XYZ | 15.47 | 27.92 | 6.01 | - |
| YUV | 117.96 | 80.05 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 165 | 33 | 0.65 | 0 | 0.8 | 0.35 | 108.64 | 0.67 | 0.39 |
| Hex | 3A | A5 | 21 | 41 | 0 | 50 | 23 | 6D | 43 | 27 |
| Octal | 72 | 245 | 41 | 101 | 0 | 120 | 43 | 155 | 103 | 47 |
| Binary | 111010 | 10100101 | 100001 | 1000001 | 0 | 1010000 | 100011 | 1101101 | 1000011 | 100111 |
Color Harmonies of #3AA521
Complementary color
Monochromatic Colors of #3AA521
Black with #3AA521
Text Example
Text Example
White with #3AA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA521; }
p { color: rgb(58,165,33); }
H1.HeaderClassName
{
color: #3AA521;
}
.AnyTagClassName
{
color: #3AA521;
}
</style>
background-color css
<style>
a { background-color: #3AA521; }
a { background-color: rgb(58,165,33); }
div.DivClassName
{
background-color: #3AA521;
}
.BgClassName
{
background-color: #3AA521;
}
</style>
border-color css
<style>
span { border-color: #3AA521; }
span { border-color: rgb(58,165,33); }
td.TdClassName
{
border-color: #3AA521;
}
.TagClassName
{
border-color: #3AA521;
}
</style>