Shades of La Palma #3A9525
Tints of La Palma #3A9525
RGB
CMYK
RGB Variations
Color information
#3A9525 (or 0x3A9525) is known color: La Palma. HEX triplet: 3A, 95 and 25. RGB value is (58,149,37). Sum of RGB (Red+Green+Blue) = 58+149+37=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #3A9525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9525 is #C56ADA. Grayscale: #6D6D6D. Windows color (decimal): -12937947 or 2463034. OLE color: 2463034.
HSL color Cylindrical-coordinate representation of color #3A9525: hue angle of 108.75º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A9525 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 37 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.42 |
| HSL | 108.75º | 0.6% | 0.36% | - |
| HSV(B) | 108.75º | 0.75% | 0.58% | - |
| XYZ | 12.83 | 22.53 | 5.42 | - |
| YUV | 109.02 | 87.35 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 37 | 0.61 | 0 | 0.75 | 0.42 | 108.75 | 0.6 | 0.36 |
| Hex | 3A | 95 | 25 | 3D | 0 | 4B | 2A | 6D | 3C | 24 |
| Octal | 72 | 225 | 45 | 75 | 0 | 113 | 52 | 155 | 74 | 44 |
| Binary | 111010 | 10010101 | 100101 | 111101 | 0 | 1001011 | 101010 | 1101101 | 111100 | 100100 |
Color Harmonies of #3A9525
Complementary color
Monochromatic Colors of #3A9525
Black with #3A9525
Text Example
Text Example
White with #3A9525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9525; }
p { color: rgb(58,149,37); }
H1.HeaderClassName
{
color: #3A9525;
}
.AnyTagClassName
{
color: #3A9525;
}
</style>
background-color css
<style>
a { background-color: #3A9525; }
a { background-color: rgb(58,149,37); }
div.DivClassName
{
background-color: #3A9525;
}
.BgClassName
{
background-color: #3A9525;
}
</style>
border-color css
<style>
span { border-color: #3A9525; }
span { border-color: rgb(58,149,37); }
td.TdClassName
{
border-color: #3A9525;
}
.TagClassName
{
border-color: #3A9525;
}
</style>