Shades of Fruit Salad #39953F
Tints of Fruit Salad #39953F
RGB
CMYK
RGB Variations
Color information
#39953F (or 0x39953F) is known color: Fruit Salad. HEX triplet: 39, 95 and 3F. RGB value is (57,149,63). Sum of RGB (Red+Green+Blue) = 57+149+63=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #39953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39953F is #C66AC0. Grayscale: #6F6F6F. Windows color (decimal): -13003457 or 4166969. OLE color: 4166969.
HSL color Cylindrical-coordinate representation of color #39953F: hue angle of 123.91º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39953F is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 149 | 63 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.42 |
| HSL | 123.91º | 0.45% | 0.4% | - |
| HSV(B) | 123.91º | 0.62% | 0.58% | - |
| XYZ | 13.33 | 22.72 | 8.39 | - |
| YUV | 111.69 | 100.52 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 63 | 0.62 | 0 | 0.58 | 0.42 | 123.91 | 0.45 | 0.4 |
| Hex | 39 | 95 | 3F | 3E | 0 | 3A | 2A | 7C | 2D | 28 |
| Octal | 71 | 225 | 77 | 76 | 0 | 72 | 52 | 174 | 55 | 50 |
| Binary | 111001 | 10010101 | 111111 | 111110 | 0 | 111010 | 101010 | 1111100 | 101101 | 101000 |
Color Harmonies of #39953F
Complementary color
Monochromatic Colors of #39953F
Black with #39953F
Text Example
Text Example
White with #39953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39953F; }
p { color: rgb(57,149,63); }
H1.HeaderClassName
{
color: #39953F;
}
.AnyTagClassName
{
color: #39953F;
}
</style>
background-color css
<style>
a { background-color: #39953F; }
a { background-color: rgb(57,149,63); }
div.DivClassName
{
background-color: #39953F;
}
.BgClassName
{
background-color: #39953F;
}
</style>
border-color css
<style>
span { border-color: #39953F; }
span { border-color: rgb(57,149,63); }
td.TdClassName
{
border-color: #39953F;
}
.TagClassName
{
border-color: #39953F;
}
</style>