Shades of Fruit Salad #39A546
Tints of Fruit Salad #39A546
RGB
CMYK
RGB Variations
Color information
#39A546 (or 0x39A546) is known color: Fruit Salad. HEX triplet: 39, A5 and 46. RGB value is (57,165,70). Sum of RGB (Red+Green+Blue) = 57+165+70=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #39A546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39A546 is #C65AB9. Grayscale: #7A7A7A. Windows color (decimal): -12999354 or 4629817. OLE color: 4629817.
HSL color Cylindrical-coordinate representation of color #39A546: hue angle of 127.22º 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 #39A546 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 165 | 70 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.35 |
| HSL | 127.22º | 0.49% | 0.44% | - |
| HSV(B) | 127.22º | 0.65% | 0.65% | - |
| XYZ | 16.25 | 28.22 | 10.39 | - |
| YUV | 121.88 | 98.72 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 165 | 70 | 0.65 | 0 | 0.58 | 0.35 | 127.22 | 0.49 | 0.44 |
| Hex | 39 | A5 | 46 | 41 | 0 | 3A | 23 | 7F | 31 | 2C |
| Octal | 71 | 245 | 106 | 101 | 0 | 72 | 43 | 177 | 61 | 54 |
| Binary | 111001 | 10100101 | 1000110 | 1000001 | 0 | 111010 | 100011 | 1111111 | 110001 | 101100 |
Color Harmonies of #39A546
Complementary color
Monochromatic Colors of #39A546
Black with #39A546
Text Example
Text Example
White with #39A546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A546; }
p { color: rgb(57,165,70); }
H1.HeaderClassName
{
color: #39A546;
}
.AnyTagClassName
{
color: #39A546;
}
</style>
background-color css
<style>
a { background-color: #39A546; }
a { background-color: rgb(57,165,70); }
div.DivClassName
{
background-color: #39A546;
}
.BgClassName
{
background-color: #39A546;
}
</style>
border-color css
<style>
span { border-color: #39A546; }
span { border-color: rgb(57,165,70); }
td.TdClassName
{
border-color: #39A546;
}
.TagClassName
{
border-color: #39A546;
}
</style>