Shades of Fruit Salad #3DA949
Tints of Fruit Salad #3DA949
RGB
CMYK
RGB Variations
Color information
#3DA949 (or 0x3DA949) is known color: Fruit Salad. HEX triplet: 3D, A9 and 49. RGB value is (61,169,73). Sum of RGB (Red+Green+Blue) = 61+169+73=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 169 (66.41% from 255 or 55.78% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 169 - color contains mainly: green. Hex color #3DA949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA949 is #C256B6. Grayscale: #7E7E7E. Windows color (decimal): -12736183 or 4827453. OLE color: 4827453.
HSL color Cylindrical-coordinate representation of color #3DA949: hue angle of 126.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA949 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 169 | 73 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.34 |
| HSL | 126.67º | 0.47% | 0.45% | - |
| HSV(B) | 126.67º | 0.64% | 0.66% | - |
| XYZ | 17.32 | 29.85 | 11.15 | - |
| YUV | 125.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 169 | 73 | 0.64 | 0 | 0.57 | 0.34 | 126.67 | 0.47 | 0.45 |
| Hex | 3D | A9 | 49 | 40 | 0 | 39 | 22 | 7F | 2F | 2D |
| Octal | 75 | 251 | 111 | 100 | 0 | 71 | 42 | 177 | 57 | 55 |
| Binary | 111101 | 10101001 | 1001001 | 1000000 | 0 | 111001 | 100010 | 1111111 | 101111 | 101101 |
Color Harmonies of #3DA949
Complementary color
Monochromatic Colors of #3DA949
Black with #3DA949
Text Example
Text Example
White with #3DA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA949; }
p { color: rgb(61,169,73); }
H1.HeaderClassName
{
color: #3DA949;
}
.AnyTagClassName
{
color: #3DA949;
}
</style>
background-color css
<style>
a { background-color: #3DA949; }
a { background-color: rgb(61,169,73); }
div.DivClassName
{
background-color: #3DA949;
}
.BgClassName
{
background-color: #3DA949;
}
</style>
border-color css
<style>
span { border-color: #3DA949; }
span { border-color: rgb(61,169,73); }
td.TdClassName
{
border-color: #3DA949;
}
.TagClassName
{
border-color: #3DA949;
}
</style>