Shades of La Palma #3A9325
Tints of La Palma #3A9325
RGB
CMYK
RGB Variations
Color information
#3A9325 (or 0x3A9325) is known color: La Palma. HEX triplet: 3A, 93 and 25. RGB value is (58,147,37). Sum of RGB (Red+Green+Blue) = 58+147+37=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 147 (57.81% from 255 or 60.74% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 147 - color contains mainly: green. Hex color #3A9325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9325 is #C56CDA. Grayscale: #6C6C6C. Windows color (decimal): -12938459 or 2462522. OLE color: 2462522.
HSL color Cylindrical-coordinate representation of color #3A9325: hue angle of 108.55º 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 #3A9325 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 147 | 37 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.42 |
| HSL | 108.55º | 0.6% | 0.36% | - |
| HSV(B) | 108.55º | 0.75% | 0.58% | - |
| XYZ | 12.51 | 21.9 | 5.32 | - |
| YUV | 107.85 | 88.01 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 147 | 37 | 0.61 | 0 | 0.75 | 0.42 | 108.55 | 0.6 | 0.36 |
| Hex | 3A | 93 | 25 | 3D | 0 | 4B | 2A | 6D | 3C | 24 |
| Octal | 72 | 223 | 45 | 75 | 0 | 113 | 52 | 155 | 74 | 44 |
| Binary | 111010 | 10010011 | 100101 | 111101 | 0 | 1001011 | 101010 | 1101101 | 111100 | 100100 |
Color Harmonies of #3A9325
Complementary color
Monochromatic Colors of #3A9325
Black with #3A9325
Text Example
Text Example
White with #3A9325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9325; }
p { color: rgb(58,147,37); }
H1.HeaderClassName
{
color: #3A9325;
}
.AnyTagClassName
{
color: #3A9325;
}
</style>
background-color css
<style>
a { background-color: #3A9325; }
a { background-color: rgb(58,147,37); }
div.DivClassName
{
background-color: #3A9325;
}
.BgClassName
{
background-color: #3A9325;
}
</style>
border-color css
<style>
span { border-color: #3A9325; }
span { border-color: rgb(58,147,37); }
td.TdClassName
{
border-color: #3A9325;
}
.TagClassName
{
border-color: #3A9325;
}
</style>