Shades of La Palma #3A9425
Tints of La Palma #3A9425
RGB
CMYK
RGB Variations
Color information
#3A9425 (or 0x3A9425) is known color: La Palma. HEX triplet: 3A, 94 and 25. RGB value is (58,148,37). Sum of RGB (Red+Green+Blue) = 58+148+37=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9425 is #C56BDA. Grayscale: #6C6C6C. Windows color (decimal): -12938203 or 2462778. OLE color: 2462778.
HSL color Cylindrical-coordinate representation of color #3A9425: hue angle of 108.65º 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 #3A9425 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 37 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.42 |
| HSL | 108.65º | 0.6% | 0.36% | - |
| HSV(B) | 108.65º | 0.75% | 0.58% | - |
| XYZ | 12.67 | 22.21 | 5.37 | - |
| YUV | 108.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 37 | 0.61 | 0 | 0.75 | 0.42 | 108.65 | 0.6 | 0.36 |
| Hex | 3A | 94 | 25 | 3D | 0 | 4B | 2A | 6D | 3C | 24 |
| Octal | 72 | 224 | 45 | 75 | 0 | 113 | 52 | 155 | 74 | 44 |
| Binary | 111010 | 10010100 | 100101 | 111101 | 0 | 1001011 | 101010 | 1101101 | 111100 | 100100 |
Color Harmonies of #3A9425
Complementary color
Monochromatic Colors of #3A9425
Black with #3A9425
Text Example
Text Example
White with #3A9425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9425; }
p { color: rgb(58,148,37); }
H1.HeaderClassName
{
color: #3A9425;
}
.AnyTagClassName
{
color: #3A9425;
}
</style>
background-color css
<style>
a { background-color: #3A9425; }
a { background-color: rgb(58,148,37); }
div.DivClassName
{
background-color: #3A9425;
}
.BgClassName
{
background-color: #3A9425;
}
</style>
border-color css
<style>
span { border-color: #3A9425; }
span { border-color: rgb(58,148,37); }
td.TdClassName
{
border-color: #3A9425;
}
.TagClassName
{
border-color: #3A9425;
}
</style>