Shades of Fruit Salad #3FA449
Tints of Fruit Salad #3FA449
RGB
CMYK
RGB Variations
Color information
#3FA449 (or 0x3FA449) is known color: Fruit Salad. HEX triplet: 3F, A4 and 49. RGB value is (63,164,73). Sum of RGB (Red+Green+Blue) = 63+164+73=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA449 is #C05BB6. Grayscale: #7B7B7B. Windows color (decimal): -12606391 or 4826175. OLE color: 4826175.
HSL color Cylindrical-coordinate representation of color #3FA449: hue angle of 125.94º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA449 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 73 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.36 |
| HSL | 125.94º | 0.44% | 0.45% | - |
| HSV(B) | 125.94º | 0.62% | 0.64% | - |
| XYZ | 16.53 | 28.09 | 10.85 | - |
| YUV | 123.43 | 99.54 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 73 | 0.62 | 0 | 0.55 | 0.36 | 125.94 | 0.44 | 0.45 |
| Hex | 3F | A4 | 49 | 3E | 0 | 37 | 24 | 7E | 2C | 2D |
| Octal | 77 | 244 | 111 | 76 | 0 | 67 | 44 | 176 | 54 | 55 |
| Binary | 111111 | 10100100 | 1001001 | 111110 | 0 | 110111 | 100100 | 1111110 | 101100 | 101101 |
Color Harmonies of #3FA449
Complementary color
Monochromatic Colors of #3FA449
Black with #3FA449
Text Example
Text Example
White with #3FA449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA449; }
p { color: rgb(63,164,73); }
H1.HeaderClassName
{
color: #3FA449;
}
.AnyTagClassName
{
color: #3FA449;
}
</style>
background-color css
<style>
a { background-color: #3FA449; }
a { background-color: rgb(63,164,73); }
div.DivClassName
{
background-color: #3FA449;
}
.BgClassName
{
background-color: #3FA449;
}
</style>
border-color css
<style>
span { border-color: #3FA449; }
span { border-color: rgb(63,164,73); }
td.TdClassName
{
border-color: #3FA449;
}
.TagClassName
{
border-color: #3FA449;
}
</style>