Shades of La Palma #3A940A
Tints of La Palma #3A940A
RGB
CMYK
RGB Variations
Color information
#3A940A (or 0x3A940A) is known color: La Palma. HEX triplet: 3A, 94 and 0A. RGB value is (58,148,10). Sum of RGB (Red+Green+Blue) = 58+148+10=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #3A940A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A940A is #C56BF5. Grayscale: #696969. Windows color (decimal): -12938230 or 693306. OLE color: 693306.
HSL color Cylindrical-coordinate representation of color #3A940A: hue angle of 99.13º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A940A is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 10 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.42 |
| HSL | 99.13º | 0.87% | 0.31% | - |
| HSV(B) | 99.13º | 0.93% | 0.58% | - |
| XYZ | 12.39 | 22.1 | 3.9 | - |
| YUV | 105.36 | 74.18 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 10 | 0.61 | 0 | 0.93 | 0.42 | 99.13 | 0.87 | 0.31 |
| Hex | 3A | 94 | A | 3D | 0 | 5D | 2A | 63 | 57 | 1F |
| Octal | 72 | 224 | 12 | 75 | 0 | 135 | 52 | 143 | 127 | 37 |
| Binary | 111010 | 10010100 | 1010 | 111101 | 0 | 1011101 | 101010 | 1100011 | 1010111 | 11111 |
Color Harmonies of #3A940A
Complementary color
Monochromatic Colors of #3A940A
Black with #3A940A
Text Example
Text Example
White with #3A940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A940A; }
p { color: rgb(58,148,10); }
H1.HeaderClassName
{
color: #3A940A;
}
.AnyTagClassName
{
color: #3A940A;
}
</style>
background-color css
<style>
a { background-color: #3A940A; }
a { background-color: rgb(58,148,10); }
div.DivClassName
{
background-color: #3A940A;
}
.BgClassName
{
background-color: #3A940A;
}
</style>
border-color css
<style>
span { border-color: #3A940A; }
span { border-color: rgb(58,148,10); }
td.TdClassName
{
border-color: #3A940A;
}
.TagClassName
{
border-color: #3A940A;
}
</style>