Shades of Fruit Salad #3F9243
Tints of Fruit Salad #3F9243
RGB
CMYK
RGB Variations
Color information
#3F9243 (or 0x3F9243) is known color: Fruit Salad. HEX triplet: 3F, 92 and 43. RGB value is (63,146,67). Sum of RGB (Red+Green+Blue) = 63+146+67=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9243 is #C06DBC. Grayscale: #707070. Windows color (decimal): -12611005 or 4428351. OLE color: 4428351.
HSL color Cylindrical-coordinate representation of color #3F9243: hue angle of 122.89º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9243 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 67 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.43 |
| HSL | 122.89º | 0.4% | 0.41% | - |
| HSV(B) | 122.89º | 0.57% | 0.57% | - |
| XYZ | 13.34 | 22.02 | 8.86 | - |
| YUV | 112.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 67 | 0.57 | 0 | 0.54 | 0.43 | 122.89 | 0.4 | 0.41 |
| Hex | 3F | 92 | 43 | 39 | 0 | 36 | 2B | 7B | 28 | 29 |
| Octal | 77 | 222 | 103 | 71 | 0 | 66 | 53 | 173 | 50 | 51 |
| Binary | 111111 | 10010010 | 1000011 | 111001 | 0 | 110110 | 101011 | 1111011 | 101000 | 101001 |
Color Harmonies of #3F9243
Complementary color
Monochromatic Colors of #3F9243
Black with #3F9243
Text Example
Text Example
White with #3F9243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9243; }
p { color: rgb(63,146,67); }
H1.HeaderClassName
{
color: #3F9243;
}
.AnyTagClassName
{
color: #3F9243;
}
</style>
background-color css
<style>
a { background-color: #3F9243; }
a { background-color: rgb(63,146,67); }
div.DivClassName
{
background-color: #3F9243;
}
.BgClassName
{
background-color: #3F9243;
}
</style>
border-color css
<style>
span { border-color: #3F9243; }
span { border-color: rgb(63,146,67); }
td.TdClassName
{
border-color: #3F9243;
}
.TagClassName
{
border-color: #3F9243;
}
</style>