Shades of Fruit Salad #3D913E
Tints of Fruit Salad #3D913E
RGB
CMYK
RGB Variations
Color information
#3D913E (or 0x3D913E) is known color: Fruit Salad. HEX triplet: 3D, 91 and 3E. RGB value is (61,145,62). Sum of RGB (Red+Green+Blue) = 61+145+62=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #3D913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D913E is #C26EC1. Grayscale: #6E6E6E. Windows color (decimal): -12742338 or 4100413. OLE color: 4100413.
HSL color Cylindrical-coordinate representation of color #3D913E: hue angle of 120.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D913E is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 145 | 62 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.43 |
| HSL | 120.71º | 0.41% | 0.4% | - |
| HSV(B) | 120.71º | 0.58% | 0.57% | - |
| XYZ | 12.92 | 21.59 | 8.04 | - |
| YUV | 110.42 | 100.67 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 62 | 0.58 | 0 | 0.57 | 0.43 | 120.71 | 0.41 | 0.4 |
| Hex | 3D | 91 | 3E | 3A | 0 | 39 | 2B | 79 | 29 | 28 |
| Octal | 75 | 221 | 76 | 72 | 0 | 71 | 53 | 171 | 51 | 50 |
| Binary | 111101 | 10010001 | 111110 | 111010 | 0 | 111001 | 101011 | 1111001 | 101001 | 101000 |
Color Harmonies of #3D913E
Complementary color
Monochromatic Colors of #3D913E
Black with #3D913E
Text Example
Text Example
White with #3D913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D913E; }
p { color: rgb(61,145,62); }
H1.HeaderClassName
{
color: #3D913E;
}
.AnyTagClassName
{
color: #3D913E;
}
</style>
background-color css
<style>
a { background-color: #3D913E; }
a { background-color: rgb(61,145,62); }
div.DivClassName
{
background-color: #3D913E;
}
.BgClassName
{
background-color: #3D913E;
}
</style>
border-color css
<style>
span { border-color: #3D913E; }
span { border-color: rgb(61,145,62); }
td.TdClassName
{
border-color: #3D913E;
}
.TagClassName
{
border-color: #3D913E;
}
</style>