Shades of La Palma #3A8D34
Tints of La Palma #3A8D34
RGB
CMYK
RGB Variations
Color information
#3A8D34 (or 0x3A8D34) is known color: La Palma. HEX triplet: 3A, 8D and 34. RGB value is (58,141,52). Sum of RGB (Red+Green+Blue) = 58+141+52=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8D34 is #C572CB. Grayscale: #6A6A6A. Windows color (decimal): -12939980 or 3444026. OLE color: 3444026.
HSL color Cylindrical-coordinate representation of color #3A8D34: hue angle of 115.96º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A8D34 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 141 | 52 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.45 |
| HSL | 115.96º | 0.46% | 0.38% | - |
| HSV(B) | 115.96º | 0.63% | 0.55% | - |
| XYZ | 11.89 | 20.2 | 6.52 | - |
| YUV | 106.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 141 | 52 | 0.59 | 0 | 0.63 | 0.45 | 115.96 | 0.46 | 0.38 |
| Hex | 3A | 8D | 34 | 3B | 0 | 3F | 2D | 74 | 2E | 26 |
| Octal | 72 | 215 | 64 | 73 | 0 | 77 | 55 | 164 | 56 | 46 |
| Binary | 111010 | 10001101 | 110100 | 111011 | 0 | 111111 | 101101 | 1110100 | 101110 | 100110 |
Color Harmonies of #3A8D34
Complementary color
Monochromatic Colors of #3A8D34
Black with #3A8D34
Text Example
Text Example
White with #3A8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8D34; }
p { color: rgb(58,141,52); }
H1.HeaderClassName
{
color: #3A8D34;
}
.AnyTagClassName
{
color: #3A8D34;
}
</style>
background-color css
<style>
a { background-color: #3A8D34; }
a { background-color: rgb(58,141,52); }
div.DivClassName
{
background-color: #3A8D34;
}
.BgClassName
{
background-color: #3A8D34;
}
</style>
border-color css
<style>
span { border-color: #3A8D34; }
span { border-color: rgb(58,141,52); }
td.TdClassName
{
border-color: #3A8D34;
}
.TagClassName
{
border-color: #3A8D34;
}
</style>