Shades of La Palma #3A9F19
Tints of La Palma #3A9F19
RGB
CMYK
RGB Variations
Color information
#3A9F19 (or 0x3A9F19) is known color: La Palma. HEX triplet: 3A, 9F and 19. RGB value is (58,159,25). Sum of RGB (Red+Green+Blue) = 58+159+25=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 159 (62.5% from 255 or 65.70% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A9F19 is #C560E6. Grayscale: #717171. Windows color (decimal): -12935399 or 1679162. OLE color: 1679162.
HSL color Cylindrical-coordinate representation of color #3A9F19: hue angle of 105.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A9F19 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 159 | 25 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.38 |
| HSL | 105.22º | 0.73% | 0.36% | - |
| HSV(B) | 105.22º | 0.84% | 0.62% | - |
| XYZ | 14.32 | 25.77 | 5.14 | - |
| YUV | 113.53 | 78.04 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 25 | 0.64 | 0 | 0.84 | 0.38 | 105.22 | 0.73 | 0.36 |
| Hex | 3A | 9F | 19 | 40 | 0 | 54 | 26 | 69 | 49 | 24 |
| Octal | 72 | 237 | 31 | 100 | 0 | 124 | 46 | 151 | 111 | 44 |
| Binary | 111010 | 10011111 | 11001 | 1000000 | 0 | 1010100 | 100110 | 1101001 | 1001001 | 100100 |
Color Harmonies of #3A9F19
Complementary color
Monochromatic Colors of #3A9F19
Black with #3A9F19
Text Example
Text Example
White with #3A9F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9F19; }
p { color: rgb(58,159,25); }
H1.HeaderClassName
{
color: #3A9F19;
}
.AnyTagClassName
{
color: #3A9F19;
}
</style>
background-color css
<style>
a { background-color: #3A9F19; }
a { background-color: rgb(58,159,25); }
div.DivClassName
{
background-color: #3A9F19;
}
.BgClassName
{
background-color: #3A9F19;
}
</style>
border-color css
<style>
span { border-color: #3A9F19; }
span { border-color: rgb(58,159,25); }
td.TdClassName
{
border-color: #3A9F19;
}
.TagClassName
{
border-color: #3A9F19;
}
</style>