Shades of Fruit Salad #3DA540
Tints of Fruit Salad #3DA540
RGB
CMYK
RGB Variations
Color information
#3DA540 (or 0x3DA540) is known color: Fruit Salad. HEX triplet: 3D, A5 and 40. RGB value is (61,165,64). Sum of RGB (Red+Green+Blue) = 61+165+64=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 165 (64.84% from 255 or 56.90% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA540 is #C25ABF. Grayscale: #7A7A7A. Windows color (decimal): -12737216 or 4236605. OLE color: 4236605.
HSL color Cylindrical-coordinate representation of color #3DA540: hue angle of 121.73º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA540 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 165 | 64 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.35 |
| HSL | 121.73º | 0.46% | 0.44% | - |
| HSV(B) | 121.73º | 0.63% | 0.65% | - |
| XYZ | 16.31 | 28.27 | 9.45 | - |
| YUV | 122.39 | 95.04 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 64 | 0.63 | 0 | 0.61 | 0.35 | 121.73 | 0.46 | 0.44 |
| Hex | 3D | A5 | 40 | 3F | 0 | 3D | 23 | 7A | 2E | 2C |
| Octal | 75 | 245 | 100 | 77 | 0 | 75 | 43 | 172 | 56 | 54 |
| Binary | 111101 | 10100101 | 1000000 | 111111 | 0 | 111101 | 100011 | 1111010 | 101110 | 101100 |
Color Harmonies of #3DA540
Complementary color
Monochromatic Colors of #3DA540
Black with #3DA540
Text Example
Text Example
White with #3DA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA540; }
p { color: rgb(61,165,64); }
H1.HeaderClassName
{
color: #3DA540;
}
.AnyTagClassName
{
color: #3DA540;
}
</style>
background-color css
<style>
a { background-color: #3DA540; }
a { background-color: rgb(61,165,64); }
div.DivClassName
{
background-color: #3DA540;
}
.BgClassName
{
background-color: #3DA540;
}
</style>
border-color css
<style>
span { border-color: #3DA540; }
span { border-color: rgb(61,165,64); }
td.TdClassName
{
border-color: #3DA540;
}
.TagClassName
{
border-color: #3DA540;
}
</style>