Shades of Fruit Salad #3DB546
Tints of Fruit Salad #3DB546
RGB
CMYK
RGB Variations
Color information
#3DB546 (or 0x3DB546) is known color: Fruit Salad. HEX triplet: 3D, B5 and 46. RGB value is (61,181,70). Sum of RGB (Red+Green+Blue) = 61+181+70=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB546 is #C24AB9. Grayscale: #848484. Windows color (decimal): -12733114 or 4633917. OLE color: 4633917.
HSL color Cylindrical-coordinate representation of color #3DB546: hue angle of 124.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB546 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 70 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.29 |
| HSL | 124.5º | 0.5% | 0.47% | - |
| HSV(B) | 124.5º | 0.66% | 0.71% | - |
| XYZ | 19.55 | 34.48 | 11.42 | - |
| YUV | 132.47 | 92.74 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 70 | 0.66 | 0 | 0.61 | 0.29 | 124.5 | 0.5 | 0.47 |
| Hex | 3D | B5 | 46 | 42 | 0 | 3D | 1D | 7C | 32 | 2F |
| Octal | 75 | 265 | 106 | 102 | 0 | 75 | 35 | 174 | 62 | 57 |
| Binary | 111101 | 10110101 | 1000110 | 1000010 | 0 | 111101 | 11101 | 1111100 | 110010 | 101111 |
Color Harmonies of #3DB546
Complementary color
Monochromatic Colors of #3DB546
Black with #3DB546
Text Example
Text Example
White with #3DB546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB546; }
p { color: rgb(61,181,70); }
H1.HeaderClassName
{
color: #3DB546;
}
.AnyTagClassName
{
color: #3DB546;
}
</style>
background-color css
<style>
a { background-color: #3DB546; }
a { background-color: rgb(61,181,70); }
div.DivClassName
{
background-color: #3DB546;
}
.BgClassName
{
background-color: #3DB546;
}
</style>
border-color css
<style>
span { border-color: #3DB546; }
span { border-color: rgb(61,181,70); }
td.TdClassName
{
border-color: #3DB546;
}
.TagClassName
{
border-color: #3DB546;
}
</style>