Shades of La Palma #3A913A
Tints of La Palma #3A913A
RGB
CMYK
RGB Variations
Color information
#3A913A (or 0x3A913A) is known color: La Palma. HEX triplet: 3A, 91 and 3A. RGB value is (58,145,58). Sum of RGB (Red+Green+Blue) = 58+145+58=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #3A913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A913A is #C56EC5. Grayscale: #6D6D6D. Windows color (decimal): -12938950 or 3838266. OLE color: 3838266.
HSL color Cylindrical-coordinate representation of color #3A913A: hue angle of 120º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A913A is Cyan = 0.6, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 145 | 58 | - |
| CMYK | 0.6 | 0 | 0.6 | 0.43 |
| HSL | 120º | 0.43% | 0.4% | - |
| HSV(B) | 120º | 0.6% | 0.57% | - |
| XYZ | 12.63 | 21.46 | 7.48 | - |
| YUV | 109.07 | 99.18 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 58 | 0.6 | 0 | 0.6 | 0.43 | 120 | 0.43 | 0.4 |
| Hex | 3A | 91 | 3A | 3C | 0 | 3C | 2B | 78 | 2B | 28 |
| Octal | 72 | 221 | 72 | 74 | 0 | 74 | 53 | 170 | 53 | 50 |
| Binary | 111010 | 10010001 | 111010 | 111100 | 0 | 111100 | 101011 | 1111000 | 101011 | 101000 |
Color Harmonies of #3A913A
Complementary color
Monochromatic Colors of #3A913A
Black with #3A913A
Text Example
Text Example
White with #3A913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A913A; }
p { color: rgb(58,145,58); }
H1.HeaderClassName
{
color: #3A913A;
}
.AnyTagClassName
{
color: #3A913A;
}
</style>
background-color css
<style>
a { background-color: #3A913A; }
a { background-color: rgb(58,145,58); }
div.DivClassName
{
background-color: #3A913A;
}
.BgClassName
{
background-color: #3A913A;
}
</style>
border-color css
<style>
span { border-color: #3A913A; }
span { border-color: rgb(58,145,58); }
td.TdClassName
{
border-color: #3A913A;
}
.TagClassName
{
border-color: #3A913A;
}
</style>