Shades of Fruit Salad #3F993D
Tints of Fruit Salad #3F993D
RGB
CMYK
RGB Variations
Color information
#3F993D (or 0x3F993D) is known color: Fruit Salad. HEX triplet: 3F, 99 and 3D. RGB value is (63,153,61). Sum of RGB (Red+Green+Blue) = 63+153+61=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #3F993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F993D is #C066C2. Grayscale: #737373. Windows color (decimal): -12609219 or 4036927. OLE color: 4036927.
HSL color Cylindrical-coordinate representation of color #3F993D: hue angle of 118.7º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F993D is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 153 | 61 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.4 |
| HSL | 118.7º | 0.43% | 0.42% | - |
| HSV(B) | 118.7º | 0.6% | 0.6% | - |
| XYZ | 14.28 | 24.18 | 8.33 | - |
| YUV | 115.6 | 97.18 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 61 | 0.59 | 0 | 0.60 | 0.4 | 118.7 | 0.43 | 0.42 |
| Hex | 3F | 99 | 3D | 3B | 0 | 3C | 28 | 77 | 2B | 2A |
| Octal | 77 | 231 | 75 | 73 | 0 | 74 | 50 | 167 | 53 | 52 |
| Binary | 111111 | 10011001 | 111101 | 111011 | 0 | 111100 | 101000 | 1110111 | 101011 | 101010 |
Color Harmonies of #3F993D
Complementary color
Monochromatic Colors of #3F993D
Black with #3F993D
Text Example
Text Example
White with #3F993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F993D; }
p { color: rgb(63,153,61); }
H1.HeaderClassName
{
color: #3F993D;
}
.AnyTagClassName
{
color: #3F993D;
}
</style>
background-color css
<style>
a { background-color: #3F993D; }
a { background-color: rgb(63,153,61); }
div.DivClassName
{
background-color: #3F993D;
}
.BgClassName
{
background-color: #3F993D;
}
</style>
border-color css
<style>
span { border-color: #3F993D; }
span { border-color: rgb(63,153,61); }
td.TdClassName
{
border-color: #3F993D;
}
.TagClassName
{
border-color: #3F993D;
}
</style>