Shades of Fruit Salad #3DA039
Tints of Fruit Salad #3DA039
RGB
CMYK
RGB Variations
Color information
#3DA039 (or 0x3DA039) is known color: Fruit Salad. HEX triplet: 3D, A0 and 39. RGB value is (61,160,57). Sum of RGB (Red+Green+Blue) = 61+160+57=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA039 is #C25FC6. Grayscale: #767676. Windows color (decimal): -12738503 or 3776573. OLE color: 3776573.
HSL color Cylindrical-coordinate representation of color #3DA039: hue angle of 117.67º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA039 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 57 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.37 |
| HSL | 117.67º | 0.47% | 0.43% | - |
| HSV(B) | 117.67º | 0.64% | 0.63% | - |
| XYZ | 15.23 | 26.43 | 8.17 | - |
| YUV | 118.66 | 93.2 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 57 | 0.62 | 0 | 0.64 | 0.37 | 117.67 | 0.47 | 0.43 |
| Hex | 3D | A0 | 39 | 3E | 0 | 40 | 25 | 76 | 2F | 2B |
| Octal | 75 | 240 | 71 | 76 | 0 | 100 | 45 | 166 | 57 | 53 |
| Binary | 111101 | 10100000 | 111001 | 111110 | 0 | 1000000 | 100101 | 1110110 | 101111 | 101011 |
Color Harmonies of #3DA039
Complementary color
Monochromatic Colors of #3DA039
Black with #3DA039
Text Example
Text Example
White with #3DA039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA039; }
p { color: rgb(61,160,57); }
H1.HeaderClassName
{
color: #3DA039;
}
.AnyTagClassName
{
color: #3DA039;
}
</style>
background-color css
<style>
a { background-color: #3DA039; }
a { background-color: rgb(61,160,57); }
div.DivClassName
{
background-color: #3DA039;
}
.BgClassName
{
background-color: #3DA039;
}
</style>
border-color css
<style>
span { border-color: #3DA039; }
span { border-color: rgb(61,160,57); }
td.TdClassName
{
border-color: #3DA039;
}
.TagClassName
{
border-color: #3DA039;
}
</style>