Shades of Fruit Salad #3DA239
Tints of Fruit Salad #3DA239
RGB
CMYK
RGB Variations
Color information
#3DA239 (or 0x3DA239) is known color: Fruit Salad. HEX triplet: 3D, A2 and 39. RGB value is (61,162,57). Sum of RGB (Red+Green+Blue) = 61+162+57=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA239 is #C25DC6. Grayscale: #787878. Windows color (decimal): -12737991 or 3777085. OLE color: 3777085.
HSL color Cylindrical-coordinate representation of color #3DA239: hue angle of 117.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DA239 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 57 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.36 |
| HSL | 117.71º | 0.48% | 0.43% | - |
| HSV(B) | 117.71º | 0.65% | 0.64% | - |
| XYZ | 15.58 | 27.13 | 8.29 | - |
| YUV | 119.83 | 92.54 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 57 | 0.62 | 0 | 0.65 | 0.36 | 117.71 | 0.48 | 0.43 |
| Hex | 3D | A2 | 39 | 3E | 0 | 41 | 24 | 76 | 30 | 2B |
| Octal | 75 | 242 | 71 | 76 | 0 | 101 | 44 | 166 | 60 | 53 |
| Binary | 111101 | 10100010 | 111001 | 111110 | 0 | 1000001 | 100100 | 1110110 | 110000 | 101011 |
Color Harmonies of #3DA239
Complementary color
Monochromatic Colors of #3DA239
Black with #3DA239
Text Example
Text Example
White with #3DA239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA239; }
p { color: rgb(61,162,57); }
H1.HeaderClassName
{
color: #3DA239;
}
.AnyTagClassName
{
color: #3DA239;
}
</style>
background-color css
<style>
a { background-color: #3DA239; }
a { background-color: rgb(61,162,57); }
div.DivClassName
{
background-color: #3DA239;
}
.BgClassName
{
background-color: #3DA239;
}
</style>
border-color css
<style>
span { border-color: #3DA239; }
span { border-color: rgb(61,162,57); }
td.TdClassName
{
border-color: #3DA239;
}
.TagClassName
{
border-color: #3DA239;
}
</style>