Shades of Fruit Salad #3B953E
Tints of Fruit Salad #3B953E
RGB
CMYK
RGB Variations
Color information
#3B953E (or 0x3B953E) is known color: Fruit Salad. HEX triplet: 3B, 95 and 3E. RGB value is (59,149,62). Sum of RGB (Red+Green+Blue) = 59+149+62=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #3B953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B953E is #C46AC1. Grayscale: #707070. Windows color (decimal): -12872386 or 4101435. OLE color: 4101435.
HSL color Cylindrical-coordinate representation of color #3B953E: hue angle of 122º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B953E is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 149 | 62 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.42 |
| HSL | 122º | 0.43% | 0.41% | - |
| HSV(B) | 122º | 0.6% | 0.58% | - |
| XYZ | 13.42 | 22.77 | 8.25 | - |
| YUV | 112.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 149 | 62 | 0.60 | 0 | 0.58 | 0.42 | 122 | 0.43 | 0.41 |
| Hex | 3B | 95 | 3E | 3C | 0 | 3A | 2A | 7A | 2B | 29 |
| Octal | 73 | 225 | 76 | 74 | 0 | 72 | 52 | 172 | 53 | 51 |
| Binary | 111011 | 10010101 | 111110 | 111100 | 0 | 111010 | 101010 | 1111010 | 101011 | 101001 |
Color Harmonies of #3B953E
Complementary color
Monochromatic Colors of #3B953E
Black with #3B953E
Text Example
Text Example
White with #3B953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B953E; }
p { color: rgb(59,149,62); }
H1.HeaderClassName
{
color: #3B953E;
}
.AnyTagClassName
{
color: #3B953E;
}
</style>
background-color css
<style>
a { background-color: #3B953E; }
a { background-color: rgb(59,149,62); }
div.DivClassName
{
background-color: #3B953E;
}
.BgClassName
{
background-color: #3B953E;
}
</style>
border-color css
<style>
span { border-color: #3B953E; }
span { border-color: rgb(59,149,62); }
td.TdClassName
{
border-color: #3B953E;
}
.TagClassName
{
border-color: #3B953E;
}
</style>