Shades of La Palma #3A991E
Tints of La Palma #3A991E
RGB
CMYK
RGB Variations
Color information
#3A991E (or 0x3A991E) is known color: La Palma. HEX triplet: 3A, 99 and 1E. RGB value is (58,153,30). Sum of RGB (Red+Green+Blue) = 58+153+30=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #3A991E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A991E is #C566E1. Grayscale: #6E6E6E. Windows color (decimal): -12936930 or 2005306. OLE color: 2005306.
HSL color Cylindrical-coordinate representation of color #3A991E: hue angle of 106.34º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A991E is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 30 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.4 |
| HSL | 106.34º | 0.67% | 0.36% | - |
| HSV(B) | 106.34º | 0.8% | 0.6% | - |
| XYZ | 13.37 | 23.78 | 5.11 | - |
| YUV | 110.57 | 82.53 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 30 | 0.62 | 0 | 0.80 | 0.4 | 106.34 | 0.67 | 0.36 |
| Hex | 3A | 99 | 1E | 3E | 0 | 50 | 28 | 6A | 43 | 24 |
| Octal | 72 | 231 | 36 | 76 | 0 | 120 | 50 | 152 | 103 | 44 |
| Binary | 111010 | 10011001 | 11110 | 111110 | 0 | 1010000 | 101000 | 1101010 | 1000011 | 100100 |
Color Harmonies of #3A991E
Complementary color
Monochromatic Colors of #3A991E
Black with #3A991E
Text Example
Text Example
White with #3A991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A991E; }
p { color: rgb(58,153,30); }
H1.HeaderClassName
{
color: #3A991E;
}
.AnyTagClassName
{
color: #3A991E;
}
</style>
background-color css
<style>
a { background-color: #3A991E; }
a { background-color: rgb(58,153,30); }
div.DivClassName
{
background-color: #3A991E;
}
.BgClassName
{
background-color: #3A991E;
}
</style>
border-color css
<style>
span { border-color: #3A991E; }
span { border-color: rgb(58,153,30); }
td.TdClassName
{
border-color: #3A991E;
}
.TagClassName
{
border-color: #3A991E;
}
</style>