Shades of La Palma #3AA421
Tints of La Palma #3AA421
RGB
CMYK
RGB Variations
Color information
#3AA421 (or 0x3AA421) is known color: La Palma. HEX triplet: 3A, A4 and 21. RGB value is (58,164,33). Sum of RGB (Red+Green+Blue) = 58+164+33=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 164 (64.45% from 255 or 64.31% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA421 is #C55BDE. Grayscale: #757575. Windows color (decimal): -12934111 or 2204730. OLE color: 2204730.
HSL color Cylindrical-coordinate representation of color #3AA421: hue angle of 108.55º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AA421 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 164 | 33 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.36 |
| HSL | 108.55º | 0.66% | 0.39% | - |
| HSV(B) | 108.55º | 0.8% | 0.64% | - |
| XYZ | 15.29 | 27.56 | 5.95 | - |
| YUV | 117.37 | 80.38 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 164 | 33 | 0.65 | 0 | 0.80 | 0.36 | 108.55 | 0.66 | 0.39 |
| Hex | 3A | A4 | 21 | 41 | 0 | 50 | 24 | 6D | 42 | 27 |
| Octal | 72 | 244 | 41 | 101 | 0 | 120 | 44 | 155 | 102 | 47 |
| Binary | 111010 | 10100100 | 100001 | 1000001 | 0 | 1010000 | 100100 | 1101101 | 1000010 | 100111 |
Color Harmonies of #3AA421
Complementary color
Monochromatic Colors of #3AA421
Black with #3AA421
Text Example
Text Example
White with #3AA421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA421; }
p { color: rgb(58,164,33); }
H1.HeaderClassName
{
color: #3AA421;
}
.AnyTagClassName
{
color: #3AA421;
}
</style>
background-color css
<style>
a { background-color: #3AA421; }
a { background-color: rgb(58,164,33); }
div.DivClassName
{
background-color: #3AA421;
}
.BgClassName
{
background-color: #3AA421;
}
</style>
border-color css
<style>
span { border-color: #3AA421; }
span { border-color: rgb(58,164,33); }
td.TdClassName
{
border-color: #3AA421;
}
.TagClassName
{
border-color: #3AA421;
}
</style>