Shades of La Palma #3AA034
Tints of La Palma #3AA034
RGB
CMYK
RGB Variations
Color information
#3AA034 (or 0x3AA034) is known color: La Palma. HEX triplet: 3A, A0 and 34. RGB value is (58,160,52). Sum of RGB (Red+Green+Blue) = 58+160+52=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA034 is #C55FCB. Grayscale: #757575. Windows color (decimal): -12935116 or 3448890. OLE color: 3448890.
HSL color Cylindrical-coordinate representation of color #3AA034: hue angle of 116.67º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AA034 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 52 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.37 |
| HSL | 116.67º | 0.51% | 0.42% | - |
| HSV(B) | 116.67º | 0.68% | 0.63% | - |
| XYZ | 14.94 | 26.29 | 7.54 | - |
| YUV | 117.19 | 91.21 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 52 | 0.64 | 0 | 0.68 | 0.37 | 116.67 | 0.51 | 0.42 |
| Hex | 3A | A0 | 34 | 40 | 0 | 44 | 25 | 75 | 33 | 2A |
| Octal | 72 | 240 | 64 | 100 | 0 | 104 | 45 | 165 | 63 | 52 |
| Binary | 111010 | 10100000 | 110100 | 1000000 | 0 | 1000100 | 100101 | 1110101 | 110011 | 101010 |
Color Harmonies of #3AA034
Complementary color
Monochromatic Colors of #3AA034
Black with #3AA034
Text Example
Text Example
White with #3AA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA034; }
p { color: rgb(58,160,52); }
H1.HeaderClassName
{
color: #3AA034;
}
.AnyTagClassName
{
color: #3AA034;
}
</style>
background-color css
<style>
a { background-color: #3AA034; }
a { background-color: rgb(58,160,52); }
div.DivClassName
{
background-color: #3AA034;
}
.BgClassName
{
background-color: #3AA034;
}
</style>
border-color css
<style>
span { border-color: #3AA034; }
span { border-color: rgb(58,160,52); }
td.TdClassName
{
border-color: #3AA034;
}
.TagClassName
{
border-color: #3AA034;
}
</style>