Shades of Fruit Salad #3FA644
Tints of Fruit Salad #3FA644
RGB
CMYK
RGB Variations
Color information
#3FA644 (or 0x3FA644) is known color: Fruit Salad. HEX triplet: 3F, A6 and 44. RGB value is (63,166,68). Sum of RGB (Red+Green+Blue) = 63+166+68=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA644 is #C059BB. Grayscale: #7C7C7C. Windows color (decimal): -12605884 or 4499007. OLE color: 4499007.
HSL color Cylindrical-coordinate representation of color #3FA644: hue angle of 122.91º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA644 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 68 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.35 |
| HSL | 122.91º | 0.45% | 0.45% | - |
| HSV(B) | 122.91º | 0.62% | 0.65% | - |
| XYZ | 16.73 | 28.75 | 10.14 | - |
| YUV | 124.03 | 96.38 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 68 | 0.62 | 0 | 0.59 | 0.35 | 122.91 | 0.45 | 0.45 |
| Hex | 3F | A6 | 44 | 3E | 0 | 3B | 23 | 7B | 2D | 2D |
| Octal | 77 | 246 | 104 | 76 | 0 | 73 | 43 | 173 | 55 | 55 |
| Binary | 111111 | 10100110 | 1000100 | 111110 | 0 | 111011 | 100011 | 1111011 | 101101 | 101101 |
Color Harmonies of #3FA644
Complementary color
Monochromatic Colors of #3FA644
Black with #3FA644
Text Example
Text Example
White with #3FA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA644; }
p { color: rgb(63,166,68); }
H1.HeaderClassName
{
color: #3FA644;
}
.AnyTagClassName
{
color: #3FA644;
}
</style>
background-color css
<style>
a { background-color: #3FA644; }
a { background-color: rgb(63,166,68); }
div.DivClassName
{
background-color: #3FA644;
}
.BgClassName
{
background-color: #3FA644;
}
</style>
border-color css
<style>
span { border-color: #3FA644; }
span { border-color: rgb(63,166,68); }
td.TdClassName
{
border-color: #3FA644;
}
.TagClassName
{
border-color: #3FA644;
}
</style>