Shades of Fruit Salad #3B913E
Tints of Fruit Salad #3B913E
RGB
CMYK
RGB Variations
Color information
#3B913E (or 0x3B913E) is known color: Fruit Salad. HEX triplet: 3B, 91 and 3E. RGB value is (59,145,62). Sum of RGB (Red+Green+Blue) = 59+145+62=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #3B913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B913E is #C46EC1. Grayscale: #6E6E6E. Windows color (decimal): -12873410 or 4100411. OLE color: 4100411.
HSL color Cylindrical-coordinate representation of color #3B913E: hue angle of 122.09º 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 #3B913E is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 62 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.43 |
| HSL | 122.09º | 0.42% | 0.4% | - |
| HSV(B) | 122.09º | 0.59% | 0.57% | - |
| XYZ | 12.8 | 21.53 | 8.04 | - |
| YUV | 109.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 62 | 0.59 | 0 | 0.57 | 0.43 | 122.09 | 0.42 | 0.4 |
| Hex | 3B | 91 | 3E | 3B | 0 | 39 | 2B | 7A | 2A | 28 |
| Octal | 73 | 221 | 76 | 73 | 0 | 71 | 53 | 172 | 52 | 50 |
| Binary | 111011 | 10010001 | 111110 | 111011 | 0 | 111001 | 101011 | 1111010 | 101010 | 101000 |
Color Harmonies of #3B913E
Complementary color
Monochromatic Colors of #3B913E
Black with #3B913E
Text Example
Text Example
White with #3B913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B913E; }
p { color: rgb(59,145,62); }
H1.HeaderClassName
{
color: #3B913E;
}
.AnyTagClassName
{
color: #3B913E;
}
</style>
background-color css
<style>
a { background-color: #3B913E; }
a { background-color: rgb(59,145,62); }
div.DivClassName
{
background-color: #3B913E;
}
.BgClassName
{
background-color: #3B913E;
}
</style>
border-color css
<style>
span { border-color: #3B913E; }
span { border-color: rgb(59,145,62); }
td.TdClassName
{
border-color: #3B913E;
}
.TagClassName
{
border-color: #3B913E;
}
</style>