Shades of Fruit Salad #3DA146
Tints of Fruit Salad #3DA146
RGB
CMYK
RGB Variations
Color information
#3DA146 (or 0x3DA146) is known color: Fruit Salad. HEX triplet: 3D, A1 and 46. RGB value is (61,161,70). Sum of RGB (Red+Green+Blue) = 61+161+70=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA146 is #C25EB9. Grayscale: #787878. Windows color (decimal): -12738234 or 4628797. OLE color: 4628797.
HSL color Cylindrical-coordinate representation of color #3DA146: hue angle of 125.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA146 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 70 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.37 |
| HSL | 125.4º | 0.45% | 0.44% | - |
| HSV(B) | 125.4º | 0.62% | 0.63% | - |
| XYZ | 15.77 | 26.92 | 10.16 | - |
| YUV | 120.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 70 | 0.62 | 0 | 0.57 | 0.37 | 125.4 | 0.45 | 0.44 |
| Hex | 3D | A1 | 46 | 3E | 0 | 39 | 25 | 7D | 2D | 2C |
| Octal | 75 | 241 | 106 | 76 | 0 | 71 | 45 | 175 | 55 | 54 |
| Binary | 111101 | 10100001 | 1000110 | 111110 | 0 | 111001 | 100101 | 1111101 | 101101 | 101100 |
Color Harmonies of #3DA146
Complementary color
Monochromatic Colors of #3DA146
Black with #3DA146
Text Example
Text Example
White with #3DA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA146; }
p { color: rgb(61,161,70); }
H1.HeaderClassName
{
color: #3DA146;
}
.AnyTagClassName
{
color: #3DA146;
}
</style>
background-color css
<style>
a { background-color: #3DA146; }
a { background-color: rgb(61,161,70); }
div.DivClassName
{
background-color: #3DA146;
}
.BgClassName
{
background-color: #3DA146;
}
</style>
border-color css
<style>
span { border-color: #3DA146; }
span { border-color: rgb(61,161,70); }
td.TdClassName
{
border-color: #3DA146;
}
.TagClassName
{
border-color: #3DA146;
}
</style>