Shades of La Palma #3DA52C
Tints of La Palma #3DA52C
RGB
CMYK
RGB Variations
Color information
#3DA52C (or 0x3DA52C) is known color: La Palma. HEX triplet: 3D, A5 and 2C. RGB value is (61,165,44). Sum of RGB (Red+Green+Blue) = 61+165+44=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 165 (64.84% from 255 or 61.11% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA52C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA52C is #C25AD3. Grayscale: #787878. Windows color (decimal): -12737236 or 2925885. OLE color: 2925885.
HSL color Cylindrical-coordinate representation of color #3DA52C: hue angle of 111.57º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DA52C is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 165 | 44 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.35 |
| HSL | 111.57º | 0.58% | 0.41% | - |
| HSV(B) | 111.57º | 0.73% | 0.65% | - |
| XYZ | 15.83 | 28.08 | 6.97 | - |
| YUV | 120.11 | 85.04 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 44 | 0.63 | 0 | 0.73 | 0.35 | 111.57 | 0.58 | 0.41 |
| Hex | 3D | A5 | 2C | 3F | 0 | 49 | 23 | 70 | 3A | 29 |
| Octal | 75 | 245 | 54 | 77 | 0 | 111 | 43 | 160 | 72 | 51 |
| Binary | 111101 | 10100101 | 101100 | 111111 | 0 | 1001001 | 100011 | 1110000 | 111010 | 101001 |
Color Harmonies of #3DA52C
Complementary color
Monochromatic Colors of #3DA52C
Black with #3DA52C
Text Example
Text Example
White with #3DA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA52C; }
p { color: rgb(61,165,44); }
H1.HeaderClassName
{
color: #3DA52C;
}
.AnyTagClassName
{
color: #3DA52C;
}
</style>
background-color css
<style>
a { background-color: #3DA52C; }
a { background-color: rgb(61,165,44); }
div.DivClassName
{
background-color: #3DA52C;
}
.BgClassName
{
background-color: #3DA52C;
}
</style>
border-color css
<style>
span { border-color: #3DA52C; }
span { border-color: rgb(61,165,44); }
td.TdClassName
{
border-color: #3DA52C;
}
.TagClassName
{
border-color: #3DA52C;
}
</style>