Shades of La Palma #3A981D
Tints of La Palma #3A981D
RGB
CMYK
RGB Variations
Color information
#3A981D (or 0x3A981D) is known color: La Palma. HEX triplet: 3A, 98 and 1D. RGB value is (58,152,29). Sum of RGB (Red+Green+Blue) = 58+152+29=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 152 (59.77% from 255 or 63.60% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 152 - color contains mainly: green. Hex color #3A981D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A981D is #C567E2. Grayscale: #6E6E6E. Windows color (decimal): -12937187 or 1939514. OLE color: 1939514.
HSL color Cylindrical-coordinate representation of color #3A981D: hue angle of 105.85º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A981D is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 152 | 29 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.40 |
| HSL | 105.85º | 0.68% | 0.35% | - |
| HSV(B) | 105.85º | 0.81% | 0.6% | - |
| XYZ | 13.19 | 23.44 | 4.99 | - |
| YUV | 109.87 | 82.36 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 29 | 0.62 | 0 | 0.81 | 0.40 | 105.85 | 0.68 | 0.35 |
| Hex | 3A | 98 | 1D | 3E | 0 | 51 | 28 | 6A | 44 | 23 |
| Octal | 72 | 230 | 35 | 76 | 0 | 121 | 50 | 152 | 104 | 43 |
| Binary | 111010 | 10011000 | 11101 | 111110 | 0 | 1010001 | 101000 | 1101010 | 1000100 | 100011 |
Color Harmonies of #3A981D
Complementary color
Monochromatic Colors of #3A981D
Black with #3A981D
Text Example
Text Example
White with #3A981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A981D; }
p { color: rgb(58,152,29); }
H1.HeaderClassName
{
color: #3A981D;
}
.AnyTagClassName
{
color: #3A981D;
}
</style>
background-color css
<style>
a { background-color: #3A981D; }
a { background-color: rgb(58,152,29); }
div.DivClassName
{
background-color: #3A981D;
}
.BgClassName
{
background-color: #3A981D;
}
</style>
border-color css
<style>
span { border-color: #3A981D; }
span { border-color: rgb(58,152,29); }
td.TdClassName
{
border-color: #3A981D;
}
.TagClassName
{
border-color: #3A981D;
}
</style>