Shades of La Palma #3A9021
Tints of La Palma #3A9021
RGB
CMYK
RGB Variations
Color information
#3A9021 (or 0x3A9021) is known color: La Palma. HEX triplet: 3A, 90 and 21. RGB value is (58,144,33). Sum of RGB (Red+Green+Blue) = 58+144+33=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #3A9021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9021 is #C56FDE. Grayscale: #696969. Windows color (decimal): -12939231 or 2199610. OLE color: 2199610.
HSL color Cylindrical-coordinate representation of color #3A9021: hue angle of 106.49º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A9021 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 144 | 33 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.44 |
| HSL | 106.49º | 0.63% | 0.35% | - |
| HSV(B) | 106.49º | 0.77% | 0.56% | - |
| XYZ | 11.99 | 20.96 | 4.85 | - |
| YUV | 105.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 144 | 33 | 0.60 | 0 | 0.77 | 0.44 | 106.49 | 0.63 | 0.35 |
| Hex | 3A | 90 | 21 | 3C | 0 | 4D | 2C | 6A | 3F | 23 |
| Octal | 72 | 220 | 41 | 74 | 0 | 115 | 54 | 152 | 77 | 43 |
| Binary | 111010 | 10010000 | 100001 | 111100 | 0 | 1001101 | 101100 | 1101010 | 111111 | 100011 |
Color Harmonies of #3A9021
Complementary color
Monochromatic Colors of #3A9021
Black with #3A9021
Text Example
Text Example
White with #3A9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9021; }
p { color: rgb(58,144,33); }
H1.HeaderClassName
{
color: #3A9021;
}
.AnyTagClassName
{
color: #3A9021;
}
</style>
background-color css
<style>
a { background-color: #3A9021; }
a { background-color: rgb(58,144,33); }
div.DivClassName
{
background-color: #3A9021;
}
.BgClassName
{
background-color: #3A9021;
}
</style>
border-color css
<style>
span { border-color: #3A9021; }
span { border-color: rgb(58,144,33); }
td.TdClassName
{
border-color: #3A9021;
}
.TagClassName
{
border-color: #3A9021;
}
</style>