Shades of Fruit Salad #3DA038
Tints of Fruit Salad #3DA038
RGB
CMYK
RGB Variations
Color information
#3DA038 (or 0x3DA038) is known color: Fruit Salad. HEX triplet: 3D, A0 and 38. RGB value is (61,160,56). Sum of RGB (Red+Green+Blue) = 61+160+56=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA038 is #C25FC7. Grayscale: #767676. Windows color (decimal): -12738504 or 3711037. OLE color: 3711037.
HSL color Cylindrical-coordinate representation of color #3DA038: hue angle of 117.12º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DA038 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 56 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.37 |
| HSL | 117.12º | 0.48% | 0.42% | - |
| HSV(B) | 117.12º | 0.65% | 0.63% | - |
| XYZ | 15.21 | 26.42 | 8.04 | - |
| YUV | 118.54 | 92.7 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 56 | 0.62 | 0 | 0.65 | 0.37 | 117.12 | 0.48 | 0.42 |
| Hex | 3D | A0 | 38 | 3E | 0 | 41 | 25 | 75 | 30 | 2A |
| Octal | 75 | 240 | 70 | 76 | 0 | 101 | 45 | 165 | 60 | 52 |
| Binary | 111101 | 10100000 | 111000 | 111110 | 0 | 1000001 | 100101 | 1110101 | 110000 | 101010 |
Color Harmonies of #3DA038
Complementary color
Monochromatic Colors of #3DA038
Black with #3DA038
Text Example
Text Example
White with #3DA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA038; }
p { color: rgb(61,160,56); }
H1.HeaderClassName
{
color: #3DA038;
}
.AnyTagClassName
{
color: #3DA038;
}
</style>
background-color css
<style>
a { background-color: #3DA038; }
a { background-color: rgb(61,160,56); }
div.DivClassName
{
background-color: #3DA038;
}
.BgClassName
{
background-color: #3DA038;
}
</style>
border-color css
<style>
span { border-color: #3DA038; }
span { border-color: rgb(61,160,56); }
td.TdClassName
{
border-color: #3DA038;
}
.TagClassName
{
border-color: #3DA038;
}
</style>