Shades of La Palma #3DA124
Tints of La Palma #3DA124
RGB
CMYK
RGB Variations
Color information
#3DA124 (or 0x3DA124) is known color: La Palma. HEX triplet: 3D, A1 and 24. RGB value is (61,161,36). Sum of RGB (Red+Green+Blue) = 61+161+36=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 161 (63.28% from 255 or 62.40% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA124 is #C25EDB. Grayscale: #757575. Windows color (decimal): -12738268 or 2400573. OLE color: 2400573.
HSL color Cylindrical-coordinate representation of color #3DA124: hue angle of 108º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DA124 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 36 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.37 |
| HSL | 108º | 0.63% | 0.39% | - |
| HSV(B) | 108º | 0.78% | 0.63% | - |
| XYZ | 14.99 | 26.61 | 6.02 | - |
| YUV | 116.85 | 82.37 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 36 | 0.62 | 0 | 0.78 | 0.37 | 108 | 0.63 | 0.39 |
| Hex | 3D | A1 | 24 | 3E | 0 | 4E | 25 | 6C | 3F | 27 |
| Octal | 75 | 241 | 44 | 76 | 0 | 116 | 45 | 154 | 77 | 47 |
| Binary | 111101 | 10100001 | 100100 | 111110 | 0 | 1001110 | 100101 | 1101100 | 111111 | 100111 |
Color Harmonies of #3DA124
Complementary color
Monochromatic Colors of #3DA124
Black with #3DA124
Text Example
Text Example
White with #3DA124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA124; }
p { color: rgb(61,161,36); }
H1.HeaderClassName
{
color: #3DA124;
}
.AnyTagClassName
{
color: #3DA124;
}
</style>
background-color css
<style>
a { background-color: #3DA124; }
a { background-color: rgb(61,161,36); }
div.DivClassName
{
background-color: #3DA124;
}
.BgClassName
{
background-color: #3DA124;
}
</style>
border-color css
<style>
span { border-color: #3DA124; }
span { border-color: rgb(61,161,36); }
td.TdClassName
{
border-color: #3DA124;
}
.TagClassName
{
border-color: #3DA124;
}
</style>