Shades of Fruit Salad #3DB041
Tints of Fruit Salad #3DB041
RGB
CMYK
RGB Variations
Color information
#3DB041 (or 0x3DB041) is known color: Fruit Salad. HEX triplet: 3D, B0 and 41. RGB value is (61,176,65). Sum of RGB (Red+Green+Blue) = 61+176+65=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB041 is #C24FBE. Grayscale: #818181. Windows color (decimal): -12734399 or 4304957. OLE color: 4304957.
HSL color Cylindrical-coordinate representation of color #3DB041: hue angle of 122.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB041 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 65 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.31 |
| HSL | 122.09º | 0.49% | 0.46% | - |
| HSV(B) | 122.09º | 0.65% | 0.69% | - |
| XYZ | 18.4 | 32.42 | 10.29 | - |
| YUV | 128.96 | 91.9 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 65 | 0.65 | 0 | 0.63 | 0.31 | 122.09 | 0.49 | 0.46 |
| Hex | 3D | B0 | 41 | 41 | 0 | 3F | 1F | 7A | 31 | 2E |
| Octal | 75 | 260 | 101 | 101 | 0 | 77 | 37 | 172 | 61 | 56 |
| Binary | 111101 | 10110000 | 1000001 | 1000001 | 0 | 111111 | 11111 | 1111010 | 110001 | 101110 |
Color Harmonies of #3DB041
Complementary color
Monochromatic Colors of #3DB041
Black with #3DB041
Text Example
Text Example
White with #3DB041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB041; }
p { color: rgb(61,176,65); }
H1.HeaderClassName
{
color: #3DB041;
}
.AnyTagClassName
{
color: #3DB041;
}
</style>
background-color css
<style>
a { background-color: #3DB041; }
a { background-color: rgb(61,176,65); }
div.DivClassName
{
background-color: #3DB041;
}
.BgClassName
{
background-color: #3DB041;
}
</style>
border-color css
<style>
span { border-color: #3DB041; }
span { border-color: rgb(61,176,65); }
td.TdClassName
{
border-color: #3DB041;
}
.TagClassName
{
border-color: #3DB041;
}
</style>