Shades of La Palma #3A8E34
Tints of La Palma #3A8E34
RGB
CMYK
RGB Variations
Color information
#3A8E34 (or 0x3A8E34) is known color: La Palma. HEX triplet: 3A, 8E and 34. RGB value is (58,142,52). Sum of RGB (Red+Green+Blue) = 58+142+52=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 142 (55.86% from 255 or 56.35% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 142 - color contains mainly: green. Hex color #3A8E34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8E34 is #C571CB. Grayscale: #6A6A6A. Windows color (decimal): -12939724 or 3444282. OLE color: 3444282.
HSL color Cylindrical-coordinate representation of color #3A8E34: hue angle of 116º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A8E34 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 142 | 52 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.44 |
| HSL | 116º | 0.46% | 0.38% | - |
| HSV(B) | 116º | 0.63% | 0.56% | - |
| XYZ | 12.04 | 20.49 | 6.57 | - |
| YUV | 106.62 | 97.17 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 142 | 52 | 0.59 | 0 | 0.63 | 0.44 | 116 | 0.46 | 0.38 |
| Hex | 3A | 8E | 34 | 3B | 0 | 3F | 2C | 74 | 2E | 26 |
| Octal | 72 | 216 | 64 | 73 | 0 | 77 | 54 | 164 | 56 | 46 |
| Binary | 111010 | 10001110 | 110100 | 111011 | 0 | 111111 | 101100 | 1110100 | 101110 | 100110 |
Color Harmonies of #3A8E34
Complementary color
Monochromatic Colors of #3A8E34
Black with #3A8E34
Text Example
Text Example
White with #3A8E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8E34; }
p { color: rgb(58,142,52); }
H1.HeaderClassName
{
color: #3A8E34;
}
.AnyTagClassName
{
color: #3A8E34;
}
</style>
background-color css
<style>
a { background-color: #3A8E34; }
a { background-color: rgb(58,142,52); }
div.DivClassName
{
background-color: #3A8E34;
}
.BgClassName
{
background-color: #3A8E34;
}
</style>
border-color css
<style>
span { border-color: #3A8E34; }
span { border-color: rgb(58,142,52); }
td.TdClassName
{
border-color: #3A8E34;
}
.TagClassName
{
border-color: #3A8E34;
}
</style>