Shades of La Palma #3A952C
Tints of La Palma #3A952C
RGB
CMYK
RGB Variations
Color information
#3A952C (or 0x3A952C) is known color: La Palma. HEX triplet: 3A, 95 and 2C. RGB value is (58,149,44). Sum of RGB (Red+Green+Blue) = 58+149+44=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #3A952C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A952C is #C56AD3. Grayscale: #6E6E6E. Windows color (decimal): -12937940 or 2921786. OLE color: 2921786.
HSL color Cylindrical-coordinate representation of color #3A952C: hue angle of 112º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A952C is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 44 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.42 |
| HSL | 112º | 0.54% | 0.38% | - |
| HSV(B) | 112º | 0.7% | 0.58% | - |
| XYZ | 12.95 | 22.58 | 6.06 | - |
| YUV | 109.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 44 | 0.61 | 0 | 0.70 | 0.42 | 112 | 0.54 | 0.38 |
| Hex | 3A | 95 | 2C | 3D | 0 | 46 | 2A | 70 | 36 | 26 |
| Octal | 72 | 225 | 54 | 75 | 0 | 106 | 52 | 160 | 66 | 46 |
| Binary | 111010 | 10010101 | 101100 | 111101 | 0 | 1000110 | 101010 | 1110000 | 110110 | 100110 |
Color Harmonies of #3A952C
Complementary color
Monochromatic Colors of #3A952C
Black with #3A952C
Text Example
Text Example
White with #3A952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A952C; }
p { color: rgb(58,149,44); }
H1.HeaderClassName
{
color: #3A952C;
}
.AnyTagClassName
{
color: #3A952C;
}
</style>
background-color css
<style>
a { background-color: #3A952C; }
a { background-color: rgb(58,149,44); }
div.DivClassName
{
background-color: #3A952C;
}
.BgClassName
{
background-color: #3A952C;
}
</style>
border-color css
<style>
span { border-color: #3A952C; }
span { border-color: rgb(58,149,44); }
td.TdClassName
{
border-color: #3A952C;
}
.TagClassName
{
border-color: #3A952C;
}
</style>