Shades of Fruit Salad #3F9448
Tints of Fruit Salad #3F9448
RGB
CMYK
RGB Variations
Color information
#3F9448 (or 0x3F9448) is known color: Fruit Salad. HEX triplet: 3F, 94 and 48. RGB value is (63,148,72). Sum of RGB (Red+Green+Blue) = 63+148+72=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9448 is #C06BB7. Grayscale: #727272. Windows color (decimal): -12610488 or 4756543. OLE color: 4756543.
HSL color Cylindrical-coordinate representation of color #3F9448: hue angle of 126.35º 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 #3F9448 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 72 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.42 |
| HSL | 126.35º | 0.4% | 0.41% | - |
| HSV(B) | 126.35º | 0.57% | 0.58% | - |
| XYZ | 13.81 | 22.7 | 9.79 | - |
| YUV | 113.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 72 | 0.57 | 0 | 0.51 | 0.42 | 126.35 | 0.4 | 0.41 |
| Hex | 3F | 94 | 48 | 39 | 0 | 33 | 2A | 7E | 28 | 29 |
| Octal | 77 | 224 | 110 | 71 | 0 | 63 | 52 | 176 | 50 | 51 |
| Binary | 111111 | 10010100 | 1001000 | 111001 | 0 | 110011 | 101010 | 1111110 | 101000 | 101001 |
Color Harmonies of #3F9448
Complementary color
Monochromatic Colors of #3F9448
Black with #3F9448
Text Example
Text Example
White with #3F9448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9448; }
p { color: rgb(63,148,72); }
H1.HeaderClassName
{
color: #3F9448;
}
.AnyTagClassName
{
color: #3F9448;
}
</style>
background-color css
<style>
a { background-color: #3F9448; }
a { background-color: rgb(63,148,72); }
div.DivClassName
{
background-color: #3F9448;
}
.BgClassName
{
background-color: #3F9448;
}
</style>
border-color css
<style>
span { border-color: #3F9448; }
span { border-color: rgb(63,148,72); }
td.TdClassName
{
border-color: #3F9448;
}
.TagClassName
{
border-color: #3F9448;
}
</style>