Shades of Fruit Salad #3FA244
Tints of Fruit Salad #3FA244
RGB
CMYK
RGB Variations
Color information
#3FA244 (or 0x3FA244) is known color: Fruit Salad. HEX triplet: 3F, A2 and 44. RGB value is (63,162,68). Sum of RGB (Red+Green+Blue) = 63+162+68=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA244 is #C05DBB. Grayscale: #797979. Windows color (decimal): -12606908 or 4497983. OLE color: 4497983.
HSL color Cylindrical-coordinate representation of color #3FA244: hue angle of 123.03º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA244 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 68 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.36 |
| HSL | 123.03º | 0.44% | 0.44% | - |
| HSV(B) | 123.03º | 0.61% | 0.64% | - |
| XYZ | 16.01 | 27.31 | 9.9 | - |
| YUV | 121.68 | 97.7 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 68 | 0.61 | 0 | 0.58 | 0.36 | 123.03 | 0.44 | 0.44 |
| Hex | 3F | A2 | 44 | 3D | 0 | 3A | 24 | 7B | 2C | 2C |
| Octal | 77 | 242 | 104 | 75 | 0 | 72 | 44 | 173 | 54 | 54 |
| Binary | 111111 | 10100010 | 1000100 | 111101 | 0 | 111010 | 100100 | 1111011 | 101100 | 101100 |
Color Harmonies of #3FA244
Complementary color
Monochromatic Colors of #3FA244
Black with #3FA244
Text Example
Text Example
White with #3FA244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA244; }
p { color: rgb(63,162,68); }
H1.HeaderClassName
{
color: #3FA244;
}
.AnyTagClassName
{
color: #3FA244;
}
</style>
background-color css
<style>
a { background-color: #3FA244; }
a { background-color: rgb(63,162,68); }
div.DivClassName
{
background-color: #3FA244;
}
.BgClassName
{
background-color: #3FA244;
}
</style>
border-color css
<style>
span { border-color: #3FA244; }
span { border-color: rgb(63,162,68); }
td.TdClassName
{
border-color: #3FA244;
}
.TagClassName
{
border-color: #3FA244;
}
</style>