Shades of La Palma #3DA527
Tints of La Palma #3DA527
RGB
CMYK
RGB Variations
Color information
#3DA527 (or 0x3DA527) is known color: La Palma. HEX triplet: 3D, A5 and 27. RGB value is (61,165,39). Sum of RGB (Red+Green+Blue) = 61+165+39=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 165 (64.84% from 255 or 62.26% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA527 is #C25AD8. Grayscale: #777777. Windows color (decimal): -12737241 or 2598205. OLE color: 2598205.
HSL color Cylindrical-coordinate representation of color #3DA527: hue angle of 109.52º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DA527 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 165 | 39 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.35 |
| HSL | 109.52º | 0.62% | 0.4% | - |
| HSV(B) | 109.52º | 0.76% | 0.65% | - |
| XYZ | 15.75 | 28.05 | 6.5 | - |
| YUV | 119.54 | 82.54 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 39 | 0.63 | 0 | 0.76 | 0.35 | 109.52 | 0.62 | 0.4 |
| Hex | 3D | A5 | 27 | 3F | 0 | 4C | 23 | 6E | 3E | 28 |
| Octal | 75 | 245 | 47 | 77 | 0 | 114 | 43 | 156 | 76 | 50 |
| Binary | 111101 | 10100101 | 100111 | 111111 | 0 | 1001100 | 100011 | 1101110 | 111110 | 101000 |
Color Harmonies of #3DA527
Complementary color
Monochromatic Colors of #3DA527
Black with #3DA527
Text Example
Text Example
White with #3DA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA527; }
p { color: rgb(61,165,39); }
H1.HeaderClassName
{
color: #3DA527;
}
.AnyTagClassName
{
color: #3DA527;
}
</style>
background-color css
<style>
a { background-color: #3DA527; }
a { background-color: rgb(61,165,39); }
div.DivClassName
{
background-color: #3DA527;
}
.BgClassName
{
background-color: #3DA527;
}
</style>
border-color css
<style>
span { border-color: #3DA527; }
span { border-color: rgb(61,165,39); }
td.TdClassName
{
border-color: #3DA527;
}
.TagClassName
{
border-color: #3DA527;
}
</style>