Shades of La Palma #3A9600
Tints of La Palma #3A9600
RGB
CMYK
RGB Variations
Color information
#3A9600 (or 0x3A9600) is known color: La Palma. HEX triplet: 3A, 96 and 00. RGB value is (58,150,0). Sum of RGB (Red+Green+Blue) = 58+150+0=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 150 (58.98% from 255 or 72.12% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 150 - color contains mainly: green. Hex color #3A9600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A9600 is #C569FF. Grayscale: #696969. Windows color (decimal): -12937728 or 38458. OLE color: 38458.
HSL color Cylindrical-coordinate representation of color #3A9600: hue angle of 96.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A9600 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 150 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.41 |
| HSL | 96.8º | 1% | 0.29% | - |
| HSV(B) | 96.8º | 1% | 0.59% | - |
| XYZ | 12.65 | 22.71 | 3.72 | - |
| YUV | 105.39 | 68.52 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 0 | 0.61 | 0 | 1 | 0.41 | 96.8 | 1 | 0.29 |
| Hex | 3A | 96 | 0 | 3D | 0 | 64 | 29 | 61 | 64 | 1D |
| Octal | 72 | 226 | 0 | 75 | 0 | 144 | 51 | 141 | 144 | 35 |
| Binary | 111010 | 10010110 | 0 | 111101 | 0 | 1100100 | 101001 | 1100001 | 1100100 | 11101 |
Color Harmonies of #3A9600
Complementary color
Monochromatic Colors of #3A9600
Black with #3A9600
Text Example
Text Example
White with #3A9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9600; }
p { color: rgb(58,150,0); }
H1.HeaderClassName
{
color: #3A9600;
}
.AnyTagClassName
{
color: #3A9600;
}
</style>
background-color css
<style>
a { background-color: #3A9600; }
a { background-color: rgb(58,150,0); }
div.DivClassName
{
background-color: #3A9600;
}
.BgClassName
{
background-color: #3A9600;
}
</style>
border-color css
<style>
span { border-color: #3A9600; }
span { border-color: rgb(58,150,0); }
td.TdClassName
{
border-color: #3A9600;
}
.TagClassName
{
border-color: #3A9600;
}
</style>