Shades of La Palma #3A8B34
Tints of La Palma #3A8B34
RGB
CMYK
RGB Variations
Color information
#3A8B34 (or 0x3A8B34) is known color: La Palma. HEX triplet: 3A, 8B and 34. RGB value is (58,139,52). Sum of RGB (Red+Green+Blue) = 58+139+52=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8B34 is #C574CB. Grayscale: #696969. Windows color (decimal): -12940492 or 3443514. OLE color: 3443514.
HSL color Cylindrical-coordinate representation of color #3A8B34: hue angle of 115.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A8B34 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 139 | 52 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.45 |
| HSL | 115.86º | 0.46% | 0.37% | - |
| HSV(B) | 115.86º | 0.63% | 0.55% | - |
| XYZ | 11.6 | 19.61 | 6.42 | - |
| YUV | 104.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 52 | 0.58 | 0 | 0.63 | 0.45 | 115.86 | 0.46 | 0.37 |
| Hex | 3A | 8B | 34 | 3A | 0 | 3F | 2D | 74 | 2E | 25 |
| Octal | 72 | 213 | 64 | 72 | 0 | 77 | 55 | 164 | 56 | 45 |
| Binary | 111010 | 10001011 | 110100 | 111010 | 0 | 111111 | 101101 | 1110100 | 101110 | 100101 |
Color Harmonies of #3A8B34
Complementary color
Monochromatic Colors of #3A8B34
Black with #3A8B34
Text Example
Text Example
White with #3A8B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8B34; }
p { color: rgb(58,139,52); }
H1.HeaderClassName
{
color: #3A8B34;
}
.AnyTagClassName
{
color: #3A8B34;
}
</style>
background-color css
<style>
a { background-color: #3A8B34; }
a { background-color: rgb(58,139,52); }
div.DivClassName
{
background-color: #3A8B34;
}
.BgClassName
{
background-color: #3A8B34;
}
</style>
border-color css
<style>
span { border-color: #3A8B34; }
span { border-color: rgb(58,139,52); }
td.TdClassName
{
border-color: #3A8B34;
}
.TagClassName
{
border-color: #3A8B34;
}
</style>