Shades of La Palma #3AA031
Tints of La Palma #3AA031
RGB
CMYK
RGB Variations
Color information
#3AA031 (or 0x3AA031) is known color: La Palma. HEX triplet: 3A, A0 and 31. RGB value is (58,160,49). Sum of RGB (Red+Green+Blue) = 58+160+49=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA031 is #C55FCE. Grayscale: #757575. Windows color (decimal): -12935119 or 3252282. OLE color: 3252282.
HSL color Cylindrical-coordinate representation of color #3AA031: hue angle of 115.14º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AA031 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 49 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.37 |
| HSL | 115.14º | 0.53% | 0.41% | - |
| HSV(B) | 115.14º | 0.69% | 0.63% | - |
| XYZ | 14.87 | 26.26 | 7.19 | - |
| YUV | 116.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 49 | 0.64 | 0 | 0.69 | 0.37 | 115.14 | 0.53 | 0.41 |
| Hex | 3A | A0 | 31 | 40 | 0 | 45 | 25 | 73 | 35 | 29 |
| Octal | 72 | 240 | 61 | 100 | 0 | 105 | 45 | 163 | 65 | 51 |
| Binary | 111010 | 10100000 | 110001 | 1000000 | 0 | 1000101 | 100101 | 1110011 | 110101 | 101001 |
Color Harmonies of #3AA031
Complementary color
Monochromatic Colors of #3AA031
Black with #3AA031
Text Example
Text Example
White with #3AA031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA031; }
p { color: rgb(58,160,49); }
H1.HeaderClassName
{
color: #3AA031;
}
.AnyTagClassName
{
color: #3AA031;
}
</style>
background-color css
<style>
a { background-color: #3AA031; }
a { background-color: rgb(58,160,49); }
div.DivClassName
{
background-color: #3AA031;
}
.BgClassName
{
background-color: #3AA031;
}
</style>
border-color css
<style>
span { border-color: #3AA031; }
span { border-color: rgb(58,160,49); }
td.TdClassName
{
border-color: #3AA031;
}
.TagClassName
{
border-color: #3AA031;
}
</style>