Shades of La Palma #3A942C
Tints of La Palma #3A942C
RGB
CMYK
RGB Variations
Color information
#3A942C (or 0x3A942C) is known color: La Palma. HEX triplet: 3A, 94 and 2C. RGB value is (58,148,44). Sum of RGB (Red+Green+Blue) = 58+148+44=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #3A942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A942C is #C56BD3. Grayscale: #6D6D6D. Windows color (decimal): -12938196 or 2921530. OLE color: 2921530.
HSL color Cylindrical-coordinate representation of color #3A942C: hue angle of 111.92º 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 #3A942C is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 44 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.42 |
| HSL | 111.92º | 0.54% | 0.38% | - |
| HSV(B) | 111.92º | 0.7% | 0.58% | - |
| XYZ | 12.79 | 22.26 | 6.01 | - |
| YUV | 109.23 | 91.18 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 44 | 0.61 | 0 | 0.70 | 0.42 | 111.92 | 0.54 | 0.38 |
| Hex | 3A | 94 | 2C | 3D | 0 | 46 | 2A | 70 | 36 | 26 |
| Octal | 72 | 224 | 54 | 75 | 0 | 106 | 52 | 160 | 66 | 46 |
| Binary | 111010 | 10010100 | 101100 | 111101 | 0 | 1000110 | 101010 | 1110000 | 110110 | 100110 |
Color Harmonies of #3A942C
Complementary color
Monochromatic Colors of #3A942C
Black with #3A942C
Text Example
Text Example
White with #3A942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A942C; }
p { color: rgb(58,148,44); }
H1.HeaderClassName
{
color: #3A942C;
}
.AnyTagClassName
{
color: #3A942C;
}
</style>
background-color css
<style>
a { background-color: #3A942C; }
a { background-color: rgb(58,148,44); }
div.DivClassName
{
background-color: #3A942C;
}
.BgClassName
{
background-color: #3A942C;
}
</style>
border-color css
<style>
span { border-color: #3A942C; }
span { border-color: rgb(58,148,44); }
td.TdClassName
{
border-color: #3A942C;
}
.TagClassName
{
border-color: #3A942C;
}
</style>