Shades of Fruit Salad #3F9F4B
Tints of Fruit Salad #3F9F4B
RGB
CMYK
RGB Variations
Color information
#3F9F4B (or 0x3F9F4B) is known color: Fruit Salad. HEX triplet: 3F, 9F and 4B. RGB value is (63,159,75). Sum of RGB (Red+Green+Blue) = 63+159+75=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9F4B is #C060B4. Grayscale: #787878. Windows color (decimal): -12607669 or 4955967. OLE color: 4955967.
HSL color Cylindrical-coordinate representation of color #3F9F4B: hue angle of 127.5º 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 #3F9F4B is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 159 | 75 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.38 |
| HSL | 127.5º | 0.43% | 0.44% | - |
| HSV(B) | 127.5º | 0.6% | 0.62% | - |
| XYZ | 15.72 | 26.36 | 10.92 | - |
| YUV | 120.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 75 | 0.60 | 0 | 0.53 | 0.38 | 127.5 | 0.43 | 0.44 |
| Hex | 3F | 9F | 4B | 3C | 0 | 35 | 26 | 80 | 2B | 2C |
| Octal | 77 | 237 | 113 | 74 | 0 | 65 | 46 | 200 | 53 | 54 |
| Binary | 111111 | 10011111 | 1001011 | 111100 | 0 | 110101 | 100110 | 10000000 | 101011 | 101100 |
Color Harmonies of #3F9F4B
Complementary color
Monochromatic Colors of #3F9F4B
Black with #3F9F4B
Text Example
Text Example
White with #3F9F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9F4B; }
p { color: rgb(63,159,75); }
H1.HeaderClassName
{
color: #3F9F4B;
}
.AnyTagClassName
{
color: #3F9F4B;
}
</style>
background-color css
<style>
a { background-color: #3F9F4B; }
a { background-color: rgb(63,159,75); }
div.DivClassName
{
background-color: #3F9F4B;
}
.BgClassName
{
background-color: #3F9F4B;
}
</style>
border-color css
<style>
span { border-color: #3F9F4B; }
span { border-color: rgb(63,159,75); }
td.TdClassName
{
border-color: #3F9F4B;
}
.TagClassName
{
border-color: #3F9F4B;
}
</style>