Shades of La Palma #3A940B
Tints of La Palma #3A940B
RGB
CMYK
RGB Variations
Color information
#3A940B (or 0x3A940B) is known color: La Palma. HEX triplet: 3A, 94 and 0B. RGB value is (58,148,11). Sum of RGB (Red+Green+Blue) = 58+148+11=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 148 (58.20% from 255 or 68.20% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 148 - color contains mainly: green. Hex color #3A940B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A940B is #C56BF4. Grayscale: #696969. Windows color (decimal): -12938229 or 758842. OLE color: 758842.
HSL color Cylindrical-coordinate representation of color #3A940B: hue angle of 99.42º degrees, saturation: 0.86, 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 #3A940B is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 11 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.42 |
| HSL | 99.42º | 0.86% | 0.31% | - |
| HSV(B) | 99.42º | 0.93% | 0.58% | - |
| XYZ | 12.4 | 22.1 | 3.93 | - |
| YUV | 105.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 11 | 0.61 | 0 | 0.93 | 0.42 | 99.42 | 0.86 | 0.31 |
| Hex | 3A | 94 | B | 3D | 0 | 5D | 2A | 63 | 56 | 1F |
| Octal | 72 | 224 | 13 | 75 | 0 | 135 | 52 | 143 | 126 | 37 |
| Binary | 111010 | 10010100 | 1011 | 111101 | 0 | 1011101 | 101010 | 1100011 | 1010110 | 11111 |
Color Harmonies of #3A940B
Complementary color
Monochromatic Colors of #3A940B
Black with #3A940B
Text Example
Text Example
White with #3A940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A940B; }
p { color: rgb(58,148,11); }
H1.HeaderClassName
{
color: #3A940B;
}
.AnyTagClassName
{
color: #3A940B;
}
</style>
background-color css
<style>
a { background-color: #3A940B; }
a { background-color: rgb(58,148,11); }
div.DivClassName
{
background-color: #3A940B;
}
.BgClassName
{
background-color: #3A940B;
}
</style>
border-color css
<style>
span { border-color: #3A940B; }
span { border-color: rgb(58,148,11); }
td.TdClassName
{
border-color: #3A940B;
}
.TagClassName
{
border-color: #3A940B;
}
</style>