Shades of La Palma #3A911A
Tints of La Palma #3A911A
RGB
CMYK
RGB Variations
Color information
#3A911A (or 0x3A911A) is known color: La Palma. HEX triplet: 3A, 91 and 1A. RGB value is (58,145,26). Sum of RGB (Red+Green+Blue) = 58+145+26=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #3A911A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A911A is #C56EE5. Grayscale: #696969. Windows color (decimal): -12938982 or 1741114. OLE color: 1741114.
HSL color Cylindrical-coordinate representation of color #3A911A: hue angle of 103.87º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A911A is Cyan = 0.6, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 145 | 26 | - |
| CMYK | 0.6 | 0 | 0.82 | 0.43 |
| HSL | 103.87º | 0.7% | 0.34% | - |
| HSV(B) | 103.87º | 0.82% | 0.57% | - |
| XYZ | 12.06 | 21.22 | 4.44 | - |
| YUV | 105.42 | 83.18 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 26 | 0.6 | 0 | 0.82 | 0.43 | 103.87 | 0.7 | 0.34 |
| Hex | 3A | 91 | 1A | 3C | 0 | 52 | 2B | 68 | 46 | 22 |
| Octal | 72 | 221 | 32 | 74 | 0 | 122 | 53 | 150 | 106 | 42 |
| Binary | 111010 | 10010001 | 11010 | 111100 | 0 | 1010010 | 101011 | 1101000 | 1000110 | 100010 |
Color Harmonies of #3A911A
Complementary color
Monochromatic Colors of #3A911A
Black with #3A911A
Text Example
Text Example
White with #3A911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A911A; }
p { color: rgb(58,145,26); }
H1.HeaderClassName
{
color: #3A911A;
}
.AnyTagClassName
{
color: #3A911A;
}
</style>
background-color css
<style>
a { background-color: #3A911A; }
a { background-color: rgb(58,145,26); }
div.DivClassName
{
background-color: #3A911A;
}
.BgClassName
{
background-color: #3A911A;
}
</style>
border-color css
<style>
span { border-color: #3A911A; }
span { border-color: rgb(58,145,26); }
td.TdClassName
{
border-color: #3A911A;
}
.TagClassName
{
border-color: #3A911A;
}
</style>