Shades of La Palma #3A9605
Tints of La Palma #3A9605
RGB
CMYK
RGB Variations
Color information
#3A9605 (or 0x3A9605) is known color: La Palma. HEX triplet: 3A, 96 and 05. RGB value is (58,150,5). Sum of RGB (Red+Green+Blue) = 58+150+5=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #3A9605 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A9605 is #C569FA. Grayscale: #6A6A6A. Windows color (decimal): -12937723 or 366138. OLE color: 366138.
HSL color Cylindrical-coordinate representation of color #3A9605: hue angle of 98.07º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A9605 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 150 | 5 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.41 |
| HSL | 98.07º | 0.94% | 0.3% | - |
| HSV(B) | 98.07º | 0.97% | 0.59% | - |
| XYZ | 12.68 | 22.72 | 3.86 | - |
| YUV | 105.96 | 71.02 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 5 | 0.61 | 0 | 0.97 | 0.41 | 98.07 | 0.94 | 0.3 |
| Hex | 3A | 96 | 5 | 3D | 0 | 61 | 29 | 62 | 5E | 1E |
| Octal | 72 | 226 | 5 | 75 | 0 | 141 | 51 | 142 | 136 | 36 |
| Binary | 111010 | 10010110 | 101 | 111101 | 0 | 1100001 | 101001 | 1100010 | 1011110 | 11110 |
Color Harmonies of #3A9605
Complementary color
Monochromatic Colors of #3A9605
Black with #3A9605
Text Example
Text Example
White with #3A9605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9605; }
p { color: rgb(58,150,5); }
H1.HeaderClassName
{
color: #3A9605;
}
.AnyTagClassName
{
color: #3A9605;
}
</style>
background-color css
<style>
a { background-color: #3A9605; }
a { background-color: rgb(58,150,5); }
div.DivClassName
{
background-color: #3A9605;
}
.BgClassName
{
background-color: #3A9605;
}
</style>
border-color css
<style>
span { border-color: #3A9605; }
span { border-color: rgb(58,150,5); }
td.TdClassName
{
border-color: #3A9605;
}
.TagClassName
{
border-color: #3A9605;
}
</style>