Shades of La Palma #3A9430
Tints of La Palma #3A9430
RGB
CMYK
RGB Variations
Color information
#3A9430 (or 0x3A9430) is known color: La Palma. HEX triplet: 3A, 94 and 30. RGB value is (58,148,48). Sum of RGB (Red+Green+Blue) = 58+148+48=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9430 is #C56BCF. Grayscale: #6E6E6E. Windows color (decimal): -12938192 or 3183674. OLE color: 3183674.
HSL color Cylindrical-coordinate representation of color #3A9430: hue angle of 114º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A9430 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 48 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.42 |
| HSL | 114º | 0.51% | 0.38% | - |
| HSV(B) | 114º | 0.68% | 0.58% | - |
| XYZ | 12.87 | 22.29 | 6.42 | - |
| YUV | 109.69 | 93.18 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 48 | 0.61 | 0 | 0.68 | 0.42 | 114 | 0.51 | 0.38 |
| Hex | 3A | 94 | 30 | 3D | 0 | 44 | 2A | 72 | 33 | 26 |
| Octal | 72 | 224 | 60 | 75 | 0 | 104 | 52 | 162 | 63 | 46 |
| Binary | 111010 | 10010100 | 110000 | 111101 | 0 | 1000100 | 101010 | 1110010 | 110011 | 100110 |
Color Harmonies of #3A9430
Complementary color
Monochromatic Colors of #3A9430
Black with #3A9430
Text Example
Text Example
White with #3A9430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9430; }
p { color: rgb(58,148,48); }
H1.HeaderClassName
{
color: #3A9430;
}
.AnyTagClassName
{
color: #3A9430;
}
</style>
background-color css
<style>
a { background-color: #3A9430; }
a { background-color: rgb(58,148,48); }
div.DivClassName
{
background-color: #3A9430;
}
.BgClassName
{
background-color: #3A9430;
}
</style>
border-color css
<style>
span { border-color: #3A9430; }
span { border-color: rgb(58,148,48); }
td.TdClassName
{
border-color: #3A9430;
}
.TagClassName
{
border-color: #3A9430;
}
</style>