Shades of Fruit Salad #3F953F
Tints of Fruit Salad #3F953F
RGB
CMYK
RGB Variations
Color information
#3F953F (or 0x3F953F) is known color: Fruit Salad. HEX triplet: 3F, 95 and 3F. RGB value is (63,149,63). Sum of RGB (Red+Green+Blue) = 63+149+63=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #3F953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F953F is #C06AC0. Grayscale: #717171. Windows color (decimal): -12610241 or 4166975. OLE color: 4166975.
HSL color Cylindrical-coordinate representation of color #3F953F: hue angle of 120º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F953F is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 63 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.42 |
| HSL | 120º | 0.41% | 0.42% | - |
| HSV(B) | 120º | 0.58% | 0.58% | - |
| XYZ | 13.69 | 22.91 | 8.4 | - |
| YUV | 113.48 | 99.51 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 63 | 0.58 | 0 | 0.58 | 0.42 | 120 | 0.41 | 0.42 |
| Hex | 3F | 95 | 3F | 3A | 0 | 3A | 2A | 78 | 29 | 2A |
| Octal | 77 | 225 | 77 | 72 | 0 | 72 | 52 | 170 | 51 | 52 |
| Binary | 111111 | 10010101 | 111111 | 111010 | 0 | 111010 | 101010 | 1111000 | 101001 | 101010 |
Color Harmonies of #3F953F
Complementary color
Monochromatic Colors of #3F953F
Black with #3F953F
Text Example
Text Example
White with #3F953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F953F; }
p { color: rgb(63,149,63); }
H1.HeaderClassName
{
color: #3F953F;
}
.AnyTagClassName
{
color: #3F953F;
}
</style>
background-color css
<style>
a { background-color: #3F953F; }
a { background-color: rgb(63,149,63); }
div.DivClassName
{
background-color: #3F953F;
}
.BgClassName
{
background-color: #3F953F;
}
</style>
border-color css
<style>
span { border-color: #3F953F; }
span { border-color: rgb(63,149,63); }
td.TdClassName
{
border-color: #3F953F;
}
.TagClassName
{
border-color: #3F953F;
}
</style>