Shades of Fruit Salad #3FA539
Tints of Fruit Salad #3FA539
RGB
CMYK
RGB Variations
Color information
#3FA539 (or 0x3FA539) is known color: Fruit Salad. HEX triplet: 3F, A5 and 39. RGB value is (63,165,57). Sum of RGB (Red+Green+Blue) = 63+165+57=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA539 is #C05AC6. Grayscale: #7A7A7A. Windows color (decimal): -12606151 or 3777855. OLE color: 3777855.
HSL color Cylindrical-coordinate representation of color #3FA539: hue angle of 116.67º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FA539 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 165 | 57 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.35 |
| HSL | 116.67º | 0.49% | 0.44% | - |
| HSV(B) | 116.67º | 0.65% | 0.65% | - |
| XYZ | 16.24 | 28.26 | 8.47 | - |
| YUV | 122.19 | 91.21 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 57 | 0.62 | 0 | 0.65 | 0.35 | 116.67 | 0.49 | 0.44 |
| Hex | 3F | A5 | 39 | 3E | 0 | 41 | 23 | 75 | 31 | 2C |
| Octal | 77 | 245 | 71 | 76 | 0 | 101 | 43 | 165 | 61 | 54 |
| Binary | 111111 | 10100101 | 111001 | 111110 | 0 | 1000001 | 100011 | 1110101 | 110001 | 101100 |
Color Harmonies of #3FA539
Complementary color
Monochromatic Colors of #3FA539
Black with #3FA539
Text Example
Text Example
White with #3FA539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA539; }
p { color: rgb(63,165,57); }
H1.HeaderClassName
{
color: #3FA539;
}
.AnyTagClassName
{
color: #3FA539;
}
</style>
background-color css
<style>
a { background-color: #3FA539; }
a { background-color: rgb(63,165,57); }
div.DivClassName
{
background-color: #3FA539;
}
.BgClassName
{
background-color: #3FA539;
}
</style>
border-color css
<style>
span { border-color: #3FA539; }
span { border-color: rgb(63,165,57); }
td.TdClassName
{
border-color: #3FA539;
}
.TagClassName
{
border-color: #3FA539;
}
</style>