Shades of Fruit Salad #3F933F
Tints of Fruit Salad #3F933F
RGB
CMYK
RGB Variations
Color information
#3F933F (or 0x3F933F) is known color: Fruit Salad. HEX triplet: 3F, 93 and 3F. RGB value is (63,147,63). Sum of RGB (Red+Green+Blue) = 63+147+63=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #3F933F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F933F is #C06CC0. Grayscale: #707070. Windows color (decimal): -12610753 or 4166463. OLE color: 4166463.
HSL color Cylindrical-coordinate representation of color #3F933F: hue angle of 120º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F933F is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 147 | 63 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.42 |
| HSL | 120º | 0.4% | 0.41% | - |
| HSV(B) | 120º | 0.57% | 0.58% | - |
| XYZ | 13.38 | 22.28 | 8.3 | - |
| YUV | 112.31 | 100.17 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 63 | 0.57 | 0 | 0.57 | 0.42 | 120 | 0.4 | 0.41 |
| Hex | 3F | 93 | 3F | 39 | 0 | 39 | 2A | 78 | 28 | 29 |
| Octal | 77 | 223 | 77 | 71 | 0 | 71 | 52 | 170 | 50 | 51 |
| Binary | 111111 | 10010011 | 111111 | 111001 | 0 | 111001 | 101010 | 1111000 | 101000 | 101001 |
Color Harmonies of #3F933F
Complementary color
Monochromatic Colors of #3F933F
Black with #3F933F
Text Example
Text Example
White with #3F933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F933F; }
p { color: rgb(63,147,63); }
H1.HeaderClassName
{
color: #3F933F;
}
.AnyTagClassName
{
color: #3F933F;
}
</style>
background-color css
<style>
a { background-color: #3F933F; }
a { background-color: rgb(63,147,63); }
div.DivClassName
{
background-color: #3F933F;
}
.BgClassName
{
background-color: #3F933F;
}
</style>
border-color css
<style>
span { border-color: #3F933F; }
span { border-color: rgb(63,147,63); }
td.TdClassName
{
border-color: #3F933F;
}
.TagClassName
{
border-color: #3F933F;
}
</style>