Shades of Fruit Salad #3F9F3F
Tints of Fruit Salad #3F9F3F
RGB
CMYK
RGB Variations
Color information
#3F9F3F (or 0x3F9F3F) is known color: Fruit Salad. HEX triplet: 3F, 9F and 3F. RGB value is (63,159,63). Sum of RGB (Red+Green+Blue) = 63+159+63=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9F3F is #C060C0. Grayscale: #777777. Windows color (decimal): -12607681 or 4169535. OLE color: 4169535.
HSL color Cylindrical-coordinate representation of color #3F9F3F: hue angle of 120º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F3F is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 159 | 63 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.38 |
| HSL | 120º | 0.43% | 0.44% | - |
| HSV(B) | 120º | 0.6% | 0.62% | - |
| XYZ | 15.35 | 26.21 | 8.95 | - |
| YUV | 119.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 63 | 0.60 | 0 | 0.60 | 0.38 | 120 | 0.43 | 0.44 |
| Hex | 3F | 9F | 3F | 3C | 0 | 3C | 26 | 78 | 2B | 2C |
| Octal | 77 | 237 | 77 | 74 | 0 | 74 | 46 | 170 | 53 | 54 |
| Binary | 111111 | 10011111 | 111111 | 111100 | 0 | 111100 | 100110 | 1111000 | 101011 | 101100 |
Color Harmonies of #3F9F3F
Complementary color
Monochromatic Colors of #3F9F3F
Black with #3F9F3F
Text Example
Text Example
White with #3F9F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9F3F; }
p { color: rgb(63,159,63); }
H1.HeaderClassName
{
color: #3F9F3F;
}
.AnyTagClassName
{
color: #3F9F3F;
}
</style>
background-color css
<style>
a { background-color: #3F9F3F; }
a { background-color: rgb(63,159,63); }
div.DivClassName
{
background-color: #3F9F3F;
}
.BgClassName
{
background-color: #3F9F3F;
}
</style>
border-color css
<style>
span { border-color: #3F9F3F; }
span { border-color: rgb(63,159,63); }
td.TdClassName
{
border-color: #3F9F3F;
}
.TagClassName
{
border-color: #3F9F3F;
}
</style>