Shades of Fruit Salad #39A640
Tints of Fruit Salad #39A640
RGB
CMYK
RGB Variations
Color information
#39A640 (or 0x39A640) is known color: Fruit Salad. HEX triplet: 39, A6 and 40. RGB value is (57,166,64). Sum of RGB (Red+Green+Blue) = 57+166+64=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #39A640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39A640 is #C659BF. Grayscale: #7A7A7A. Windows color (decimal): -12999104 or 4236857. OLE color: 4236857.
HSL color Cylindrical-coordinate representation of color #39A640: hue angle of 123.85º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39A640 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 166 | 64 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.35 |
| HSL | 123.85º | 0.49% | 0.44% | - |
| HSV(B) | 123.85º | 0.66% | 0.65% | - |
| XYZ | 16.25 | 28.51 | 9.5 | - |
| YUV | 121.78 | 95.39 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 166 | 64 | 0.66 | 0 | 0.61 | 0.35 | 123.85 | 0.49 | 0.44 |
| Hex | 39 | A6 | 40 | 42 | 0 | 3D | 23 | 7C | 31 | 2C |
| Octal | 71 | 246 | 100 | 102 | 0 | 75 | 43 | 174 | 61 | 54 |
| Binary | 111001 | 10100110 | 1000000 | 1000010 | 0 | 111101 | 100011 | 1111100 | 110001 | 101100 |
Color Harmonies of #39A640
Complementary color
Monochromatic Colors of #39A640
Black with #39A640
Text Example
Text Example
White with #39A640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A640; }
p { color: rgb(57,166,64); }
H1.HeaderClassName
{
color: #39A640;
}
.AnyTagClassName
{
color: #39A640;
}
</style>
background-color css
<style>
a { background-color: #39A640; }
a { background-color: rgb(57,166,64); }
div.DivClassName
{
background-color: #39A640;
}
.BgClassName
{
background-color: #39A640;
}
</style>
border-color css
<style>
span { border-color: #39A640; }
span { border-color: rgb(57,166,64); }
td.TdClassName
{
border-color: #39A640;
}
.TagClassName
{
border-color: #39A640;
}
</style>