Shades of La Palma #3A9216
Tints of La Palma #3A9216
RGB
CMYK
RGB Variations
Color information
#3A9216 (or 0x3A9216) is known color: La Palma. HEX triplet: 3A, 92 and 16. RGB value is (58,146,22). Sum of RGB (Red+Green+Blue) = 58+146+22=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #3A9216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A9216 is #C56DE9. Grayscale: #696969. Windows color (decimal): -12938730 or 1479226. OLE color: 1479226.
HSL color Cylindrical-coordinate representation of color #3A9216: hue angle of 102.58º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A9216 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 22 | - |
| CMYK | 0.60 | 0 | 0.85 | 0.43 |
| HSL | 102.58º | 0.74% | 0.33% | - |
| HSV(B) | 102.58º | 0.85% | 0.57% | - |
| XYZ | 12.17 | 21.52 | 4.27 | - |
| YUV | 105.55 | 80.85 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 22 | 0.60 | 0 | 0.85 | 0.43 | 102.58 | 0.74 | 0.33 |
| Hex | 3A | 92 | 16 | 3C | 0 | 55 | 2B | 67 | 4A | 21 |
| Octal | 72 | 222 | 26 | 74 | 0 | 125 | 53 | 147 | 112 | 41 |
| Binary | 111010 | 10010010 | 10110 | 111100 | 0 | 1010101 | 101011 | 1100111 | 1001010 | 100001 |
Color Harmonies of #3A9216
Complementary color
Monochromatic Colors of #3A9216
Black with #3A9216
Text Example
Text Example
White with #3A9216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9216; }
p { color: rgb(58,146,22); }
H1.HeaderClassName
{
color: #3A9216;
}
.AnyTagClassName
{
color: #3A9216;
}
</style>
background-color css
<style>
a { background-color: #3A9216; }
a { background-color: rgb(58,146,22); }
div.DivClassName
{
background-color: #3A9216;
}
.BgClassName
{
background-color: #3A9216;
}
</style>
border-color css
<style>
span { border-color: #3A9216; }
span { border-color: rgb(58,146,22); }
td.TdClassName
{
border-color: #3A9216;
}
.TagClassName
{
border-color: #3A9216;
}
</style>