Shades of Fruit Salad #3B913D
Tints of Fruit Salad #3B913D
RGB
CMYK
RGB Variations
Color information
#3B913D (or 0x3B913D) is known color: Fruit Salad. HEX triplet: 3B, 91 and 3D. RGB value is (59,145,61). Sum of RGB (Red+Green+Blue) = 59+145+61=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #3B913D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B913D is #C46EC2. Grayscale: #6D6D6D. Windows color (decimal): -12873411 or 4034875. OLE color: 4034875.
HSL color Cylindrical-coordinate representation of color #3B913D: hue angle of 121.4º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B913D is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 61 | - |
| CMYK | 0.59 | 0 | 0.58 | 0.43 |
| HSL | 121.4º | 0.42% | 0.4% | - |
| HSV(B) | 121.4º | 0.59% | 0.57% | - |
| XYZ | 12.77 | 21.52 | 7.9 | - |
| YUV | 109.71 | 100.51 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 61 | 0.59 | 0 | 0.58 | 0.43 | 121.4 | 0.42 | 0.4 |
| Hex | 3B | 91 | 3D | 3B | 0 | 3A | 2B | 79 | 2A | 28 |
| Octal | 73 | 221 | 75 | 73 | 0 | 72 | 53 | 171 | 52 | 50 |
| Binary | 111011 | 10010001 | 111101 | 111011 | 0 | 111010 | 101011 | 1111001 | 101010 | 101000 |
Color Harmonies of #3B913D
Complementary color
Monochromatic Colors of #3B913D
Black with #3B913D
Text Example
Text Example
White with #3B913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B913D; }
p { color: rgb(59,145,61); }
H1.HeaderClassName
{
color: #3B913D;
}
.AnyTagClassName
{
color: #3B913D;
}
</style>
background-color css
<style>
a { background-color: #3B913D; }
a { background-color: rgb(59,145,61); }
div.DivClassName
{
background-color: #3B913D;
}
.BgClassName
{
background-color: #3B913D;
}
</style>
border-color css
<style>
span { border-color: #3B913D; }
span { border-color: rgb(59,145,61); }
td.TdClassName
{
border-color: #3B913D;
}
.TagClassName
{
border-color: #3B913D;
}
</style>