Shades of La Palma #3A940D
Tints of La Palma #3A940D
RGB
CMYK
RGB Variations
Color information
#3A940D (or 0x3A940D) is known color: La Palma. HEX triplet: 3A, 94 and 0D. RGB value is (58,148,13). Sum of RGB (Red+Green+Blue) = 58+148+13=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 148 (58.20% from 255 or 67.58% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 148 - color contains mainly: green. Hex color #3A940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A940D is #C56BF2. Grayscale: #6A6A6A. Windows color (decimal): -12938227 or 889914. OLE color: 889914.
HSL color Cylindrical-coordinate representation of color #3A940D: hue angle of 100º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A940D is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 13 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.42 |
| HSL | 100º | 0.84% | 0.32% | - |
| HSV(B) | 100º | 0.91% | 0.58% | - |
| XYZ | 12.41 | 22.11 | 3.99 | - |
| YUV | 105.7 | 75.68 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 13 | 0.61 | 0 | 0.91 | 0.42 | 100 | 0.84 | 0.32 |
| Hex | 3A | 94 | D | 3D | 0 | 5B | 2A | 64 | 54 | 20 |
| Octal | 72 | 224 | 15 | 75 | 0 | 133 | 52 | 144 | 124 | 40 |
| Binary | 111010 | 10010100 | 1101 | 111101 | 0 | 1011011 | 101010 | 1100100 | 1010100 | 100000 |
Color Harmonies of #3A940D
Complementary color
Monochromatic Colors of #3A940D
Black with #3A940D
Text Example
Text Example
White with #3A940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A940D; }
p { color: rgb(58,148,13); }
H1.HeaderClassName
{
color: #3A940D;
}
.AnyTagClassName
{
color: #3A940D;
}
</style>
background-color css
<style>
a { background-color: #3A940D; }
a { background-color: rgb(58,148,13); }
div.DivClassName
{
background-color: #3A940D;
}
.BgClassName
{
background-color: #3A940D;
}
</style>
border-color css
<style>
span { border-color: #3A940D; }
span { border-color: rgb(58,148,13); }
td.TdClassName
{
border-color: #3A940D;
}
.TagClassName
{
border-color: #3A940D;
}
</style>