Shades of La Palma #3DA331
Tints of La Palma #3DA331
RGB
CMYK
RGB Variations
Color information
#3DA331 (or 0x3DA331) is known color: La Palma. HEX triplet: 3D, A3 and 31. RGB value is (61,163,49). Sum of RGB (Red+Green+Blue) = 61+163+49=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA331 is #C25CCE. Grayscale: #777777. Windows color (decimal): -12737743 or 3253053. OLE color: 3253053.
HSL color Cylindrical-coordinate representation of color #3DA331: hue angle of 113.68º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DA331 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 49 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.36 |
| HSL | 113.68º | 0.54% | 0.42% | - |
| HSV(B) | 113.68º | 0.7% | 0.64% | - |
| XYZ | 15.58 | 27.41 | 7.38 | - |
| YUV | 119.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 49 | 0.63 | 0 | 0.70 | 0.36 | 113.68 | 0.54 | 0.42 |
| Hex | 3D | A3 | 31 | 3F | 0 | 46 | 24 | 72 | 36 | 2A |
| Octal | 75 | 243 | 61 | 77 | 0 | 106 | 44 | 162 | 66 | 52 |
| Binary | 111101 | 10100011 | 110001 | 111111 | 0 | 1000110 | 100100 | 1110010 | 110110 | 101010 |
Color Harmonies of #3DA331
Complementary color
Monochromatic Colors of #3DA331
Black with #3DA331
Text Example
Text Example
White with #3DA331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA331; }
p { color: rgb(61,163,49); }
H1.HeaderClassName
{
color: #3DA331;
}
.AnyTagClassName
{
color: #3DA331;
}
</style>
background-color css
<style>
a { background-color: #3DA331; }
a { background-color: rgb(61,163,49); }
div.DivClassName
{
background-color: #3DA331;
}
.BgClassName
{
background-color: #3DA331;
}
</style>
border-color css
<style>
span { border-color: #3DA331; }
span { border-color: rgb(61,163,49); }
td.TdClassName
{
border-color: #3DA331;
}
.TagClassName
{
border-color: #3DA331;
}
</style>