Shades of La Palma #3A951D
Tints of La Palma #3A951D
RGB
CMYK
RGB Variations
Color information
#3A951D (or 0x3A951D) is known color: La Palma. HEX triplet: 3A, 95 and 1D. RGB value is (58,149,29). Sum of RGB (Red+Green+Blue) = 58+149+29=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #3A951D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A951D is #C56AE2. Grayscale: #6C6C6C. Windows color (decimal): -12937955 or 1938746. OLE color: 1938746.
HSL color Cylindrical-coordinate representation of color #3A951D: hue angle of 105.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A951D is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 29 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.42 |
| HSL | 105.5º | 0.67% | 0.35% | - |
| HSV(B) | 105.5º | 0.81% | 0.58% | - |
| XYZ | 12.71 | 22.48 | 4.83 | - |
| YUV | 108.11 | 83.35 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 29 | 0.61 | 0 | 0.81 | 0.42 | 105.5 | 0.67 | 0.35 |
| Hex | 3A | 95 | 1D | 3D | 0 | 51 | 2A | 6A | 43 | 23 |
| Octal | 72 | 225 | 35 | 75 | 0 | 121 | 52 | 152 | 103 | 43 |
| Binary | 111010 | 10010101 | 11101 | 111101 | 0 | 1010001 | 101010 | 1101010 | 1000011 | 100011 |
Color Harmonies of #3A951D
Complementary color
Monochromatic Colors of #3A951D
Black with #3A951D
Text Example
Text Example
White with #3A951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A951D; }
p { color: rgb(58,149,29); }
H1.HeaderClassName
{
color: #3A951D;
}
.AnyTagClassName
{
color: #3A951D;
}
</style>
background-color css
<style>
a { background-color: #3A951D; }
a { background-color: rgb(58,149,29); }
div.DivClassName
{
background-color: #3A951D;
}
.BgClassName
{
background-color: #3A951D;
}
</style>
border-color css
<style>
span { border-color: #3A951D; }
span { border-color: rgb(58,149,29); }
td.TdClassName
{
border-color: #3A951D;
}
.TagClassName
{
border-color: #3A951D;
}
</style>