Shades of Fruit Salad #3F9F3D
Tints of Fruit Salad #3F9F3D
RGB
CMYK
RGB Variations
Color information
#3F9F3D (or 0x3F9F3D) is known color: Fruit Salad. HEX triplet: 3F, 9F and 3D. RGB value is (63,159,61). Sum of RGB (Red+Green+Blue) = 63+159+61=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9F3D is #C060C2. Grayscale: #777777. Windows color (decimal): -12607683 or 4038463. OLE color: 4038463.
HSL color Cylindrical-coordinate representation of color #3F9F3D: hue angle of 118.78º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F9F3D is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 159 | 61 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.38 |
| HSL | 118.78º | 0.45% | 0.43% | - |
| HSV(B) | 118.78º | 0.62% | 0.62% | - |
| XYZ | 15.29 | 26.19 | 8.66 | - |
| YUV | 119.12 | 95.2 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 61 | 0.60 | 0 | 0.62 | 0.38 | 118.78 | 0.45 | 0.43 |
| Hex | 3F | 9F | 3D | 3C | 0 | 3E | 26 | 77 | 2D | 2B |
| Octal | 77 | 237 | 75 | 74 | 0 | 76 | 46 | 167 | 55 | 53 |
| Binary | 111111 | 10011111 | 111101 | 111100 | 0 | 111110 | 100110 | 1110111 | 101101 | 101011 |
Color Harmonies of #3F9F3D
Complementary color
Monochromatic Colors of #3F9F3D
Black with #3F9F3D
Text Example
Text Example
White with #3F9F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9F3D; }
p { color: rgb(63,159,61); }
H1.HeaderClassName
{
color: #3F9F3D;
}
.AnyTagClassName
{
color: #3F9F3D;
}
</style>
background-color css
<style>
a { background-color: #3F9F3D; }
a { background-color: rgb(63,159,61); }
div.DivClassName
{
background-color: #3F9F3D;
}
.BgClassName
{
background-color: #3F9F3D;
}
</style>
border-color css
<style>
span { border-color: #3F9F3D; }
span { border-color: rgb(63,159,61); }
td.TdClassName
{
border-color: #3F9F3D;
}
.TagClassName
{
border-color: #3F9F3D;
}
</style>