Shades of Fruit Salad #3DAB4A
Tints of Fruit Salad #3DAB4A
RGB
CMYK
RGB Variations
Color information
#3DAB4A (or 0x3DAB4A) is known color: Fruit Salad. HEX triplet: 3D, AB and 4A. RGB value is (61,171,74). Sum of RGB (Red+Green+Blue) = 61+171+74=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAB4A is #C254B5. Grayscale: #7F7F7F. Windows color (decimal): -12735670 or 4893501. OLE color: 4893501.
HSL color Cylindrical-coordinate representation of color #3DAB4A: hue angle of 127.09º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAB4A is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 74 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.33 |
| HSL | 127.09º | 0.47% | 0.45% | - |
| HSV(B) | 127.09º | 0.64% | 0.67% | - |
| XYZ | 17.72 | 30.61 | 11.45 | - |
| YUV | 127.05 | 98.06 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 74 | 0.64 | 0 | 0.57 | 0.33 | 127.09 | 0.47 | 0.45 |
| Hex | 3D | AB | 4A | 40 | 0 | 39 | 21 | 7F | 2F | 2D |
| Octal | 75 | 253 | 112 | 100 | 0 | 71 | 41 | 177 | 57 | 55 |
| Binary | 111101 | 10101011 | 1001010 | 1000000 | 0 | 111001 | 100001 | 1111111 | 101111 | 101101 |
Color Harmonies of #3DAB4A
Complementary color
Monochromatic Colors of #3DAB4A
Black with #3DAB4A
Text Example
Text Example
White with #3DAB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB4A; }
p { color: rgb(61,171,74); }
H1.HeaderClassName
{
color: #3DAB4A;
}
.AnyTagClassName
{
color: #3DAB4A;
}
</style>
background-color css
<style>
a { background-color: #3DAB4A; }
a { background-color: rgb(61,171,74); }
div.DivClassName
{
background-color: #3DAB4A;
}
.BgClassName
{
background-color: #3DAB4A;
}
</style>
border-color css
<style>
span { border-color: #3DAB4A; }
span { border-color: rgb(61,171,74); }
td.TdClassName
{
border-color: #3DAB4A;
}
.TagClassName
{
border-color: #3DAB4A;
}
</style>