Shades of La Palma #3DA136
Tints of La Palma #3DA136
RGB
CMYK
RGB Variations
Color information
#3DA136 (or 0x3DA136) is known color: La Palma. HEX triplet: 3D, A1 and 36. RGB value is (61,161,54). Sum of RGB (Red+Green+Blue) = 61+161+54=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA136 is #C25EC9. Grayscale: #777777. Windows color (decimal): -12738250 or 3580221. OLE color: 3580221.
HSL color Cylindrical-coordinate representation of color #3DA136: hue angle of 116.07º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DA136 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 54 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.37 |
| HSL | 116.07º | 0.5% | 0.42% | - |
| HSV(B) | 116.07º | 0.66% | 0.63% | - |
| XYZ | 15.34 | 26.75 | 7.84 | - |
| YUV | 118.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 54 | 0.62 | 0 | 0.66 | 0.37 | 116.07 | 0.5 | 0.42 |
| Hex | 3D | A1 | 36 | 3E | 0 | 42 | 25 | 74 | 32 | 2A |
| Octal | 75 | 241 | 66 | 76 | 0 | 102 | 45 | 164 | 62 | 52 |
| Binary | 111101 | 10100001 | 110110 | 111110 | 0 | 1000010 | 100101 | 1110100 | 110010 | 101010 |
Color Harmonies of #3DA136
Complementary color
Monochromatic Colors of #3DA136
Black with #3DA136
Text Example
Text Example
White with #3DA136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA136; }
p { color: rgb(61,161,54); }
H1.HeaderClassName
{
color: #3DA136;
}
.AnyTagClassName
{
color: #3DA136;
}
</style>
background-color css
<style>
a { background-color: #3DA136; }
a { background-color: rgb(61,161,54); }
div.DivClassName
{
background-color: #3DA136;
}
.BgClassName
{
background-color: #3DA136;
}
</style>
border-color css
<style>
span { border-color: #3DA136; }
span { border-color: rgb(61,161,54); }
td.TdClassName
{
border-color: #3DA136;
}
.TagClassName
{
border-color: #3DA136;
}
</style>