Shades of La Palma #3A9D18
Tints of La Palma #3A9D18
RGB
CMYK
RGB Variations
Color information
#3A9D18 (or 0x3A9D18) is known color: La Palma. HEX triplet: 3A, 9D and 18. RGB value is (58,157,24). Sum of RGB (Red+Green+Blue) = 58+157+24=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 157 (61.72% from 255 or 65.69% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 157 - color contains mainly: green. Hex color #3A9D18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A9D18 is #C562E7. Grayscale: #707070. Windows color (decimal): -12935912 or 1613114. OLE color: 1613114.
HSL color Cylindrical-coordinate representation of color #3A9D18: hue angle of 104.66º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A9D18 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 157 | 24 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.38 |
| HSL | 104.66º | 0.73% | 0.35% | - |
| HSV(B) | 104.66º | 0.85% | 0.62% | - |
| XYZ | 13.97 | 25.08 | 4.97 | - |
| YUV | 112.24 | 78.2 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 157 | 24 | 0.63 | 0 | 0.85 | 0.38 | 104.66 | 0.73 | 0.35 |
| Hex | 3A | 9D | 18 | 3F | 0 | 55 | 26 | 69 | 49 | 23 |
| Octal | 72 | 235 | 30 | 77 | 0 | 125 | 46 | 151 | 111 | 43 |
| Binary | 111010 | 10011101 | 11000 | 111111 | 0 | 1010101 | 100110 | 1101001 | 1001001 | 100011 |
Color Harmonies of #3A9D18
Complementary color
Monochromatic Colors of #3A9D18
Black with #3A9D18
Text Example
Text Example
White with #3A9D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9D18; }
p { color: rgb(58,157,24); }
H1.HeaderClassName
{
color: #3A9D18;
}
.AnyTagClassName
{
color: #3A9D18;
}
</style>
background-color css
<style>
a { background-color: #3A9D18; }
a { background-color: rgb(58,157,24); }
div.DivClassName
{
background-color: #3A9D18;
}
.BgClassName
{
background-color: #3A9D18;
}
</style>
border-color css
<style>
span { border-color: #3A9D18; }
span { border-color: rgb(58,157,24); }
td.TdClassName
{
border-color: #3A9D18;
}
.TagClassName
{
border-color: #3A9D18;
}
</style>