Shades of Fruit Salad #3DB039
Tints of Fruit Salad #3DB039
RGB
CMYK
RGB Variations
Color information
#3DB039 (or 0x3DB039) is known color: Fruit Salad. HEX triplet: 3D, B0 and 39. RGB value is (61,176,57). Sum of RGB (Red+Green+Blue) = 61+176+57=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB039 is #C24FC6. Grayscale: #808080. Windows color (decimal): -12734407 or 3780669. OLE color: 3780669.
HSL color Cylindrical-coordinate representation of color #3DB039: hue angle of 117.98º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DB039 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 57 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.31 |
| HSL | 117.98º | 0.51% | 0.46% | - |
| HSV(B) | 117.98º | 0.68% | 0.69% | - |
| XYZ | 18.19 | 32.34 | 9.15 | - |
| YUV | 128.05 | 87.9 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 57 | 0.65 | 0 | 0.68 | 0.31 | 117.98 | 0.51 | 0.46 |
| Hex | 3D | B0 | 39 | 41 | 0 | 44 | 1F | 76 | 33 | 2E |
| Octal | 75 | 260 | 71 | 101 | 0 | 104 | 37 | 166 | 63 | 56 |
| Binary | 111101 | 10110000 | 111001 | 1000001 | 0 | 1000100 | 11111 | 1110110 | 110011 | 101110 |
Color Harmonies of #3DB039
Complementary color
Monochromatic Colors of #3DB039
Black with #3DB039
Text Example
Text Example
White with #3DB039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB039; }
p { color: rgb(61,176,57); }
H1.HeaderClassName
{
color: #3DB039;
}
.AnyTagClassName
{
color: #3DB039;
}
</style>
background-color css
<style>
a { background-color: #3DB039; }
a { background-color: rgb(61,176,57); }
div.DivClassName
{
background-color: #3DB039;
}
.BgClassName
{
background-color: #3DB039;
}
</style>
border-color css
<style>
span { border-color: #3DB039; }
span { border-color: rgb(61,176,57); }
td.TdClassName
{
border-color: #3DB039;
}
.TagClassName
{
border-color: #3DB039;
}
</style>