Shades of Fruit Salad #3D9849
Tints of Fruit Salad #3D9849
RGB
CMYK
RGB Variations
Color information
#3D9849 (or 0x3D9849) is known color: Fruit Salad. HEX triplet: 3D, 98 and 49. RGB value is (61,152,73). Sum of RGB (Red+Green+Blue) = 61+152+73=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #3D9849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9849 is #C267B6. Grayscale: #747474. Windows color (decimal): -12740535 or 4823101. OLE color: 4823101.
HSL color Cylindrical-coordinate representation of color #3D9849: hue angle of 127.91º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9849 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 152 | 73 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.40 |
| HSL | 127.91º | 0.43% | 0.42% | - |
| HSV(B) | 127.91º | 0.6% | 0.6% | - |
| XYZ | 14.36 | 23.93 | 10.17 | - |
| YUV | 115.79 | 103.85 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 152 | 73 | 0.60 | 0 | 0.52 | 0.40 | 127.91 | 0.43 | 0.42 |
| Hex | 3D | 98 | 49 | 3C | 0 | 34 | 28 | 80 | 2B | 2A |
| Octal | 75 | 230 | 111 | 74 | 0 | 64 | 50 | 200 | 53 | 52 |
| Binary | 111101 | 10011000 | 1001001 | 111100 | 0 | 110100 | 101000 | 10000000 | 101011 | 101010 |
Color Harmonies of #3D9849
Complementary color
Monochromatic Colors of #3D9849
Black with #3D9849
Text Example
Text Example
White with #3D9849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9849; }
p { color: rgb(61,152,73); }
H1.HeaderClassName
{
color: #3D9849;
}
.AnyTagClassName
{
color: #3D9849;
}
</style>
background-color css
<style>
a { background-color: #3D9849; }
a { background-color: rgb(61,152,73); }
div.DivClassName
{
background-color: #3D9849;
}
.BgClassName
{
background-color: #3D9849;
}
</style>
border-color css
<style>
span { border-color: #3D9849; }
span { border-color: rgb(61,152,73); }
td.TdClassName
{
border-color: #3D9849;
}
.TagClassName
{
border-color: #3D9849;
}
</style>