Shades of Fruit Salad #39963F
Tints of Fruit Salad #39963F
RGB
CMYK
RGB Variations
Color information
#39963F (or 0x39963F) is known color: Fruit Salad. HEX triplet: 39, 96 and 3F. RGB value is (57,150,63). Sum of RGB (Red+Green+Blue) = 57+150+63=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #39963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39963F is #C669C0. Grayscale: #707070. Windows color (decimal): -13003201 or 4167225. OLE color: 4167225.
HSL color Cylindrical-coordinate representation of color #39963F: hue angle of 123.87º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39963F is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 150 | 63 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.41 |
| HSL | 123.87º | 0.45% | 0.41% | - |
| HSV(B) | 123.87º | 0.62% | 0.59% | - |
| XYZ | 13.49 | 23.04 | 8.44 | - |
| YUV | 112.28 | 100.19 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 150 | 63 | 0.62 | 0 | 0.58 | 0.41 | 123.87 | 0.45 | 0.41 |
| Hex | 39 | 96 | 3F | 3E | 0 | 3A | 29 | 7C | 2D | 29 |
| Octal | 71 | 226 | 77 | 76 | 0 | 72 | 51 | 174 | 55 | 51 |
| Binary | 111001 | 10010110 | 111111 | 111110 | 0 | 111010 | 101001 | 1111100 | 101101 | 101001 |
Color Harmonies of #39963F
Complementary color
Monochromatic Colors of #39963F
Black with #39963F
Text Example
Text Example
White with #39963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39963F; }
p { color: rgb(57,150,63); }
H1.HeaderClassName
{
color: #39963F;
}
.AnyTagClassName
{
color: #39963F;
}
</style>
background-color css
<style>
a { background-color: #39963F; }
a { background-color: rgb(57,150,63); }
div.DivClassName
{
background-color: #39963F;
}
.BgClassName
{
background-color: #39963F;
}
</style>
border-color css
<style>
span { border-color: #39963F; }
span { border-color: rgb(57,150,63); }
td.TdClassName
{
border-color: #39963F;
}
.TagClassName
{
border-color: #39963F;
}
</style>