Shades of La Palma #3A9918
Tints of La Palma #3A9918
RGB
CMYK
RGB Variations
Color information
#3A9918 (or 0x3A9918) is known color: La Palma. HEX triplet: 3A, 99 and 18. RGB value is (58,153,24). Sum of RGB (Red+Green+Blue) = 58+153+24=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #3A9918 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A9918 is #C566E7. Grayscale: #6E6E6E. Windows color (decimal): -12936936 or 1612090. OLE color: 1612090.
HSL color Cylindrical-coordinate representation of color #3A9918: hue angle of 104.19º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A9918 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 24 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.4 |
| HSL | 104.19º | 0.73% | 0.35% | - |
| HSV(B) | 104.19º | 0.84% | 0.6% | - |
| XYZ | 13.3 | 23.75 | 4.75 | - |
| YUV | 109.89 | 79.53 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 24 | 0.62 | 0 | 0.84 | 0.4 | 104.19 | 0.73 | 0.35 |
| Hex | 3A | 99 | 18 | 3E | 0 | 54 | 28 | 68 | 49 | 23 |
| Octal | 72 | 231 | 30 | 76 | 0 | 124 | 50 | 150 | 111 | 43 |
| Binary | 111010 | 10011001 | 11000 | 111110 | 0 | 1010100 | 101000 | 1101000 | 1001001 | 100011 |
Color Harmonies of #3A9918
Complementary color
Monochromatic Colors of #3A9918
Black with #3A9918
Text Example
Text Example
White with #3A9918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9918; }
p { color: rgb(58,153,24); }
H1.HeaderClassName
{
color: #3A9918;
}
.AnyTagClassName
{
color: #3A9918;
}
</style>
background-color css
<style>
a { background-color: #3A9918; }
a { background-color: rgb(58,153,24); }
div.DivClassName
{
background-color: #3A9918;
}
.BgClassName
{
background-color: #3A9918;
}
</style>
border-color css
<style>
span { border-color: #3A9918; }
span { border-color: rgb(58,153,24); }
td.TdClassName
{
border-color: #3A9918;
}
.TagClassName
{
border-color: #3A9918;
}
</style>