Shades of La Palma #3A940C
Tints of La Palma #3A940C
RGB
CMYK
RGB Variations
Color information
#3A940C (or 0x3A940C) is known color: La Palma. HEX triplet: 3A, 94 and 0C. RGB value is (58,148,12). Sum of RGB (Red+Green+Blue) = 58+148+12=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #3A940C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A940C is #C56BF3. Grayscale: #6A6A6A. Windows color (decimal): -12938228 or 824378. OLE color: 824378.
HSL color Cylindrical-coordinate representation of color #3A940C: hue angle of 99.71º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A940C is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 12 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.42 |
| HSL | 99.71º | 0.85% | 0.31% | - |
| HSV(B) | 99.71º | 0.92% | 0.58% | - |
| XYZ | 12.4 | 22.11 | 3.96 | - |
| YUV | 105.59 | 75.18 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 12 | 0.61 | 0 | 0.92 | 0.42 | 99.71 | 0.85 | 0.31 |
| Hex | 3A | 94 | C | 3D | 0 | 5C | 2A | 64 | 55 | 1F |
| Octal | 72 | 224 | 14 | 75 | 0 | 134 | 52 | 144 | 125 | 37 |
| Binary | 111010 | 10010100 | 1100 | 111101 | 0 | 1011100 | 101010 | 1100100 | 1010101 | 11111 |
Color Harmonies of #3A940C
Complementary color
Monochromatic Colors of #3A940C
Black with #3A940C
Text Example
Text Example
White with #3A940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A940C; }
p { color: rgb(58,148,12); }
H1.HeaderClassName
{
color: #3A940C;
}
.AnyTagClassName
{
color: #3A940C;
}
</style>
background-color css
<style>
a { background-color: #3A940C; }
a { background-color: rgb(58,148,12); }
div.DivClassName
{
background-color: #3A940C;
}
.BgClassName
{
background-color: #3A940C;
}
</style>
border-color css
<style>
span { border-color: #3A940C; }
span { border-color: rgb(58,148,12); }
td.TdClassName
{
border-color: #3A940C;
}
.TagClassName
{
border-color: #3A940C;
}
</style>