Shades of La Palma #3DA019
Tints of La Palma #3DA019
RGB
CMYK
RGB Variations
Color information
#3DA019 (or 0x3DA019) is known color: La Palma. HEX triplet: 3D, A0 and 19. RGB value is (61,160,25). Sum of RGB (Red+Green+Blue) = 61+160+25=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 160 (62.89% from 255 or 65.04% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA019 is #C25FE6. Grayscale: #737373. Windows color (decimal): -12738535 or 1679421. OLE color: 1679421.
HSL color Cylindrical-coordinate representation of color #3DA019: hue angle of 104º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DA019 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 25 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.37 |
| HSL | 104º | 0.73% | 0.36% | - |
| HSV(B) | 104º | 0.84% | 0.63% | - |
| XYZ | 14.67 | 26.2 | 5.2 | - |
| YUV | 115.01 | 77.2 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 25 | 0.62 | 0 | 0.84 | 0.37 | 104 | 0.73 | 0.36 |
| Hex | 3D | A0 | 19 | 3E | 0 | 54 | 25 | 68 | 49 | 24 |
| Octal | 75 | 240 | 31 | 76 | 0 | 124 | 45 | 150 | 111 | 44 |
| Binary | 111101 | 10100000 | 11001 | 111110 | 0 | 1010100 | 100101 | 1101000 | 1001001 | 100100 |
Color Harmonies of #3DA019
Complementary color
Monochromatic Colors of #3DA019
Black with #3DA019
Text Example
Text Example
White with #3DA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA019; }
p { color: rgb(61,160,25); }
H1.HeaderClassName
{
color: #3DA019;
}
.AnyTagClassName
{
color: #3DA019;
}
</style>
background-color css
<style>
a { background-color: #3DA019; }
a { background-color: rgb(61,160,25); }
div.DivClassName
{
background-color: #3DA019;
}
.BgClassName
{
background-color: #3DA019;
}
</style>
border-color css
<style>
span { border-color: #3DA019; }
span { border-color: rgb(61,160,25); }
td.TdClassName
{
border-color: #3DA019;
}
.TagClassName
{
border-color: #3DA019;
}
</style>