Shades of La Palma #3A9610
Tints of La Palma #3A9610
RGB
CMYK
RGB Variations
Color information
#3A9610 (or 0x3A9610) is known color: La Palma. HEX triplet: 3A, 96 and 10. RGB value is (58,150,16). Sum of RGB (Red+Green+Blue) = 58+150+16=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #3A9610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A9610 is #C569EF. Grayscale: #6B6B6B. Windows color (decimal): -12937712 or 1087034. OLE color: 1087034.
HSL color Cylindrical-coordinate representation of color #3A9610: hue angle of 101.19º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A9610 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 150 | 16 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.41 |
| HSL | 101.19º | 0.81% | 0.33% | - |
| HSV(B) | 101.19º | 0.89% | 0.59% | - |
| XYZ | 12.74 | 22.75 | 4.21 | - |
| YUV | 107.22 | 76.52 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 16 | 0.61 | 0 | 0.89 | 0.41 | 101.19 | 0.81 | 0.33 |
| Hex | 3A | 96 | 10 | 3D | 0 | 59 | 29 | 65 | 51 | 21 |
| Octal | 72 | 226 | 20 | 75 | 0 | 131 | 51 | 145 | 121 | 41 |
| Binary | 111010 | 10010110 | 10000 | 111101 | 0 | 1011001 | 101001 | 1100101 | 1010001 | 100001 |
Color Harmonies of #3A9610
Complementary color
Monochromatic Colors of #3A9610
Black with #3A9610
Text Example
Text Example
White with #3A9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9610; }
p { color: rgb(58,150,16); }
H1.HeaderClassName
{
color: #3A9610;
}
.AnyTagClassName
{
color: #3A9610;
}
</style>
background-color css
<style>
a { background-color: #3A9610; }
a { background-color: rgb(58,150,16); }
div.DivClassName
{
background-color: #3A9610;
}
.BgClassName
{
background-color: #3A9610;
}
</style>
border-color css
<style>
span { border-color: #3A9610; }
span { border-color: rgb(58,150,16); }
td.TdClassName
{
border-color: #3A9610;
}
.TagClassName
{
border-color: #3A9610;
}
</style>