Shades of La Palma #3AA01C
Tints of La Palma #3AA01C
RGB
CMYK
RGB Variations
Color information
#3AA01C (or 0x3AA01C) is known color: La Palma. HEX triplet: 3A, A0 and 1C. RGB value is (58,160,28). Sum of RGB (Red+Green+Blue) = 58+160+28=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 160 (62.89% from 255 or 65.04% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA01C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA01C is #C55FE3. Grayscale: #727272. Windows color (decimal): -12935140 or 1876026. OLE color: 1876026.
HSL color Cylindrical-coordinate representation of color #3AA01C: hue angle of 106.36º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AA01C is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 28 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.37 |
| HSL | 106.36º | 0.7% | 0.37% | - |
| HSV(B) | 106.36º | 0.83% | 0.63% | - |
| XYZ | 14.53 | 26.13 | 5.38 | - |
| YUV | 114.45 | 79.21 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 28 | 0.64 | 0 | 0.82 | 0.37 | 106.36 | 0.7 | 0.37 |
| Hex | 3A | A0 | 1C | 40 | 0 | 52 | 25 | 6A | 46 | 25 |
| Octal | 72 | 240 | 34 | 100 | 0 | 122 | 45 | 152 | 106 | 45 |
| Binary | 111010 | 10100000 | 11100 | 1000000 | 0 | 1010010 | 100101 | 1101010 | 1000110 | 100101 |
Color Harmonies of #3AA01C
Complementary color
Monochromatic Colors of #3AA01C
Black with #3AA01C
Text Example
Text Example
White with #3AA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA01C; }
p { color: rgb(58,160,28); }
H1.HeaderClassName
{
color: #3AA01C;
}
.AnyTagClassName
{
color: #3AA01C;
}
</style>
background-color css
<style>
a { background-color: #3AA01C; }
a { background-color: rgb(58,160,28); }
div.DivClassName
{
background-color: #3AA01C;
}
.BgClassName
{
background-color: #3AA01C;
}
</style>
border-color css
<style>
span { border-color: #3AA01C; }
span { border-color: rgb(58,160,28); }
td.TdClassName
{
border-color: #3AA01C;
}
.TagClassName
{
border-color: #3AA01C;
}
</style>