Shades of Fruit Salad #3F953D
Tints of Fruit Salad #3F953D
RGB
CMYK
RGB Variations
Color information
#3F953D (or 0x3F953D) is known color: Fruit Salad. HEX triplet: 3F, 95 and 3D. RGB value is (63,149,61). Sum of RGB (Red+Green+Blue) = 63+149+61=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #3F953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F953D is #C06AC2. Grayscale: #717171. Windows color (decimal): -12610243 or 4035903. OLE color: 4035903.
HSL color Cylindrical-coordinate representation of color #3F953D: hue angle of 118.64º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F953D is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 61 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.42 |
| HSL | 118.64º | 0.42% | 0.41% | - |
| HSV(B) | 118.64º | 0.59% | 0.58% | - |
| XYZ | 13.64 | 22.89 | 8.11 | - |
| YUV | 113.25 | 98.51 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 61 | 0.58 | 0 | 0.59 | 0.42 | 118.64 | 0.42 | 0.41 |
| Hex | 3F | 95 | 3D | 3A | 0 | 3B | 2A | 77 | 2A | 29 |
| Octal | 77 | 225 | 75 | 72 | 0 | 73 | 52 | 167 | 52 | 51 |
| Binary | 111111 | 10010101 | 111101 | 111010 | 0 | 111011 | 101010 | 1110111 | 101010 | 101001 |
Color Harmonies of #3F953D
Complementary color
Monochromatic Colors of #3F953D
Black with #3F953D
Text Example
Text Example
White with #3F953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F953D; }
p { color: rgb(63,149,61); }
H1.HeaderClassName
{
color: #3F953D;
}
.AnyTagClassName
{
color: #3F953D;
}
</style>
background-color css
<style>
a { background-color: #3F953D; }
a { background-color: rgb(63,149,61); }
div.DivClassName
{
background-color: #3F953D;
}
.BgClassName
{
background-color: #3F953D;
}
</style>
border-color css
<style>
span { border-color: #3F953D; }
span { border-color: rgb(63,149,61); }
td.TdClassName
{
border-color: #3F953D;
}
.TagClassName
{
border-color: #3F953D;
}
</style>