Shades of Fruit Salad #3DAC49
Tints of Fruit Salad #3DAC49
RGB
CMYK
RGB Variations
Color information
#3DAC49 (or 0x3DAC49) is known color: Fruit Salad. HEX triplet: 3D, AC and 49. RGB value is (61,172,73). Sum of RGB (Red+Green+Blue) = 61+172+73=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC49 is #C253B6. Grayscale: #7F7F7F. Windows color (decimal): -12735415 or 4828221. OLE color: 4828221.
HSL color Cylindrical-coordinate representation of color #3DAC49: hue angle of 126.49º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAC49 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 73 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.33 |
| HSL | 126.49º | 0.48% | 0.46% | - |
| HSV(B) | 126.49º | 0.65% | 0.67% | - |
| XYZ | 17.88 | 30.98 | 11.34 | - |
| YUV | 127.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 73 | 0.65 | 0 | 0.58 | 0.33 | 126.49 | 0.48 | 0.46 |
| Hex | 3D | AC | 49 | 41 | 0 | 3A | 21 | 7E | 30 | 2E |
| Octal | 75 | 254 | 111 | 101 | 0 | 72 | 41 | 176 | 60 | 56 |
| Binary | 111101 | 10101100 | 1001001 | 1000001 | 0 | 111010 | 100001 | 1111110 | 110000 | 101110 |
Color Harmonies of #3DAC49
Complementary color
Monochromatic Colors of #3DAC49
Black with #3DAC49
Text Example
Text Example
White with #3DAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC49; }
p { color: rgb(61,172,73); }
H1.HeaderClassName
{
color: #3DAC49;
}
.AnyTagClassName
{
color: #3DAC49;
}
</style>
background-color css
<style>
a { background-color: #3DAC49; }
a { background-color: rgb(61,172,73); }
div.DivClassName
{
background-color: #3DAC49;
}
.BgClassName
{
background-color: #3DAC49;
}
</style>
border-color css
<style>
span { border-color: #3DAC49; }
span { border-color: rgb(61,172,73); }
td.TdClassName
{
border-color: #3DAC49;
}
.TagClassName
{
border-color: #3DAC49;
}
</style>