Shades of Fruit Salad #3F944A
Tints of Fruit Salad #3F944A
RGB
CMYK
RGB Variations
Color information
#3F944A (or 0x3F944A) is known color: Fruit Salad. HEX triplet: 3F, 94 and 4A. RGB value is (63,148,74). Sum of RGB (Red+Green+Blue) = 63+148+74=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #3F944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F944A is #C06BB5. Grayscale: #727272. Windows color (decimal): -12610486 or 4887615. OLE color: 4887615.
HSL color Cylindrical-coordinate representation of color #3F944A: hue angle of 127.76º 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 #3F944A is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 74 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.42 |
| HSL | 127.76º | 0.4% | 0.41% | - |
| HSV(B) | 127.76º | 0.57% | 0.58% | - |
| XYZ | 13.88 | 22.73 | 10.13 | - |
| YUV | 114.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 74 | 0.57 | 0 | 0.50 | 0.42 | 127.76 | 0.4 | 0.41 |
| Hex | 3F | 94 | 4A | 39 | 0 | 32 | 2A | 80 | 28 | 29 |
| Octal | 77 | 224 | 112 | 71 | 0 | 62 | 52 | 200 | 50 | 51 |
| Binary | 111111 | 10010100 | 1001010 | 111001 | 0 | 110010 | 101010 | 10000000 | 101000 | 101001 |
Color Harmonies of #3F944A
Complementary color
Monochromatic Colors of #3F944A
Black with #3F944A
Text Example
Text Example
White with #3F944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F944A; }
p { color: rgb(63,148,74); }
H1.HeaderClassName
{
color: #3F944A;
}
.AnyTagClassName
{
color: #3F944A;
}
</style>
background-color css
<style>
a { background-color: #3F944A; }
a { background-color: rgb(63,148,74); }
div.DivClassName
{
background-color: #3F944A;
}
.BgClassName
{
background-color: #3F944A;
}
</style>
border-color css
<style>
span { border-color: #3F944A; }
span { border-color: rgb(63,148,74); }
td.TdClassName
{
border-color: #3F944A;
}
.TagClassName
{
border-color: #3F944A;
}
</style>