Shades of La Palma #3A961D
Tints of La Palma #3A961D
RGB
CMYK
RGB Variations
Color information
#3A961D (or 0x3A961D) is known color: La Palma. HEX triplet: 3A, 96 and 1D. RGB value is (58,150,29). Sum of RGB (Red+Green+Blue) = 58+150+29=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 150 (58.98% from 255 or 63.29% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 150 - color contains mainly: green. Hex color #3A961D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A961D is #C569E2. Grayscale: #6D6D6D. Windows color (decimal): -12937699 or 1939002. OLE color: 1939002.
HSL color Cylindrical-coordinate representation of color #3A961D: hue angle of 105.62º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A961D is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 150 | 29 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.41 |
| HSL | 105.62º | 0.68% | 0.35% | - |
| HSV(B) | 105.62º | 0.81% | 0.59% | - |
| XYZ | 12.87 | 22.8 | 4.88 | - |
| YUV | 108.7 | 83.02 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 29 | 0.61 | 0 | 0.81 | 0.41 | 105.62 | 0.68 | 0.35 |
| Hex | 3A | 96 | 1D | 3D | 0 | 51 | 29 | 6A | 44 | 23 |
| Octal | 72 | 226 | 35 | 75 | 0 | 121 | 51 | 152 | 104 | 43 |
| Binary | 111010 | 10010110 | 11101 | 111101 | 0 | 1010001 | 101001 | 1101010 | 1000100 | 100011 |
Color Harmonies of #3A961D
Complementary color
Monochromatic Colors of #3A961D
Black with #3A961D
Text Example
Text Example
White with #3A961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A961D; }
p { color: rgb(58,150,29); }
H1.HeaderClassName
{
color: #3A961D;
}
.AnyTagClassName
{
color: #3A961D;
}
</style>
background-color css
<style>
a { background-color: #3A961D; }
a { background-color: rgb(58,150,29); }
div.DivClassName
{
background-color: #3A961D;
}
.BgClassName
{
background-color: #3A961D;
}
</style>
border-color css
<style>
span { border-color: #3A961D; }
span { border-color: rgb(58,150,29); }
td.TdClassName
{
border-color: #3A961D;
}
.TagClassName
{
border-color: #3A961D;
}
</style>