Shades of Fruit Salad #3DAA38
Tints of Fruit Salad #3DAA38
RGB
CMYK
RGB Variations
Color information
#3DAA38 (or 0x3DAA38) is known color: Fruit Salad. HEX triplet: 3D, AA and 38. RGB value is (61,170,56). Sum of RGB (Red+Green+Blue) = 61+170+56=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAA38 is #C255C7. Grayscale: #7C7C7C. Windows color (decimal): -12735944 or 3713597. OLE color: 3713597.
HSL color Cylindrical-coordinate representation of color #3DAA38: hue angle of 117.37º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DAA38 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 170 | 56 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.33 |
| HSL | 117.37º | 0.5% | 0.44% | - |
| HSV(B) | 117.37º | 0.67% | 0.67% | - |
| XYZ | 17.01 | 30.03 | 8.64 | - |
| YUV | 124.41 | 89.39 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 56 | 0.64 | 0 | 0.67 | 0.33 | 117.37 | 0.5 | 0.44 |
| Hex | 3D | AA | 38 | 40 | 0 | 43 | 21 | 75 | 32 | 2C |
| Octal | 75 | 252 | 70 | 100 | 0 | 103 | 41 | 165 | 62 | 54 |
| Binary | 111101 | 10101010 | 111000 | 1000000 | 0 | 1000011 | 100001 | 1110101 | 110010 | 101100 |
Color Harmonies of #3DAA38
Complementary color
Monochromatic Colors of #3DAA38
Black with #3DAA38
Text Example
Text Example
White with #3DAA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAA38; }
p { color: rgb(61,170,56); }
H1.HeaderClassName
{
color: #3DAA38;
}
.AnyTagClassName
{
color: #3DAA38;
}
</style>
background-color css
<style>
a { background-color: #3DAA38; }
a { background-color: rgb(61,170,56); }
div.DivClassName
{
background-color: #3DAA38;
}
.BgClassName
{
background-color: #3DAA38;
}
</style>
border-color css
<style>
span { border-color: #3DAA38; }
span { border-color: rgb(61,170,56); }
td.TdClassName
{
border-color: #3DAA38;
}
.TagClassName
{
border-color: #3DAA38;
}
</style>