Shades of Fruit Salad #3DBA49
Tints of Fruit Salad #3DBA49
RGB
CMYK
RGB Variations
Color information
#3DBA49 (or 0x3DBA49) is known color: Fruit Salad. HEX triplet: 3D, BA and 49. RGB value is (61,186,73). Sum of RGB (Red+Green+Blue) = 61+186+73=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA49 is #C245B6. Grayscale: #888888. Windows color (decimal): -12731831 or 4831805. OLE color: 4831805.
HSL color Cylindrical-coordinate representation of color #3DBA49: hue angle of 125.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBA49 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 73 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.27 |
| HSL | 125.76º | 0.51% | 0.48% | - |
| HSV(B) | 125.76º | 0.67% | 0.73% | - |
| XYZ | 20.69 | 36.59 | 12.28 | - |
| YUV | 135.74 | 92.59 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 73 | 0.67 | 0 | 0.61 | 0.27 | 125.76 | 0.51 | 0.48 |
| Hex | 3D | BA | 49 | 43 | 0 | 3D | 1B | 7E | 33 | 30 |
| Octal | 75 | 272 | 111 | 103 | 0 | 75 | 33 | 176 | 63 | 60 |
| Binary | 111101 | 10111010 | 1001001 | 1000011 | 0 | 111101 | 11011 | 1111110 | 110011 | 110000 |
Color Harmonies of #3DBA49
Complementary color
Monochromatic Colors of #3DBA49
Black with #3DBA49
Text Example
Text Example
White with #3DBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA49; }
p { color: rgb(61,186,73); }
H1.HeaderClassName
{
color: #3DBA49;
}
.AnyTagClassName
{
color: #3DBA49;
}
</style>
background-color css
<style>
a { background-color: #3DBA49; }
a { background-color: rgb(61,186,73); }
div.DivClassName
{
background-color: #3DBA49;
}
.BgClassName
{
background-color: #3DBA49;
}
</style>
border-color css
<style>
span { border-color: #3DBA49; }
span { border-color: rgb(61,186,73); }
td.TdClassName
{
border-color: #3DBA49;
}
.TagClassName
{
border-color: #3DBA49;
}
</style>