Shades of Fruit Salad #3F974B
Tints of Fruit Salad #3F974B
RGB
CMYK
RGB Variations
Color information
#3F974B (or 0x3F974B) is known color: Fruit Salad. HEX triplet: 3F, 97 and 4B. RGB value is (63,151,75). Sum of RGB (Red+Green+Blue) = 63+151+75=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #3F974B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F974B is #C068B4. Grayscale: #747474. Windows color (decimal): -12609717 or 4953919. OLE color: 4953919.
HSL color Cylindrical-coordinate representation of color #3F974B: hue angle of 128.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F974B is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 75 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.41 |
| HSL | 128.18º | 0.41% | 0.42% | - |
| HSV(B) | 128.18º | 0.58% | 0.59% | - |
| XYZ | 14.39 | 23.7 | 10.47 | - |
| YUV | 116.02 | 104.85 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 75 | 0.58 | 0 | 0.50 | 0.41 | 128.18 | 0.41 | 0.42 |
| Hex | 3F | 97 | 4B | 3A | 0 | 32 | 29 | 80 | 29 | 2A |
| Octal | 77 | 227 | 113 | 72 | 0 | 62 | 51 | 200 | 51 | 52 |
| Binary | 111111 | 10010111 | 1001011 | 111010 | 0 | 110010 | 101001 | 10000000 | 101001 | 101010 |
Color Harmonies of #3F974B
Complementary color
Monochromatic Colors of #3F974B
Black with #3F974B
Text Example
Text Example
White with #3F974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F974B; }
p { color: rgb(63,151,75); }
H1.HeaderClassName
{
color: #3F974B;
}
.AnyTagClassName
{
color: #3F974B;
}
</style>
background-color css
<style>
a { background-color: #3F974B; }
a { background-color: rgb(63,151,75); }
div.DivClassName
{
background-color: #3F974B;
}
.BgClassName
{
background-color: #3F974B;
}
</style>
border-color css
<style>
span { border-color: #3F974B; }
span { border-color: rgb(63,151,75); }
td.TdClassName
{
border-color: #3F974B;
}
.TagClassName
{
border-color: #3F974B;
}
</style>