Shades of Fruit Salad #39953D
Tints of Fruit Salad #39953D
RGB
CMYK
RGB Variations
Color information
#39953D (or 0x39953D) is known color: Fruit Salad. HEX triplet: 39, 95 and 3D. RGB value is (57,149,61). Sum of RGB (Red+Green+Blue) = 57+149+61=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #39953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39953D is #C66AC2. Grayscale: #6F6F6F. Windows color (decimal): -13003459 or 4035897. OLE color: 4035897.
HSL color Cylindrical-coordinate representation of color #39953D: hue angle of 122.61º 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 #39953D is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 149 | 61 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.42 |
| HSL | 122.61º | 0.45% | 0.4% | - |
| HSV(B) | 122.61º | 0.62% | 0.58% | - |
| XYZ | 13.28 | 22.7 | 8.1 | - |
| YUV | 111.46 | 99.52 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 61 | 0.62 | 0 | 0.59 | 0.42 | 122.61 | 0.45 | 0.4 |
| Hex | 39 | 95 | 3D | 3E | 0 | 3B | 2A | 7B | 2D | 28 |
| Octal | 71 | 225 | 75 | 76 | 0 | 73 | 52 | 173 | 55 | 50 |
| Binary | 111001 | 10010101 | 111101 | 111110 | 0 | 111011 | 101010 | 1111011 | 101101 | 101000 |
Color Harmonies of #39953D
Complementary color
Monochromatic Colors of #39953D
Black with #39953D
Text Example
Text Example
White with #39953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39953D; }
p { color: rgb(57,149,61); }
H1.HeaderClassName
{
color: #39953D;
}
.AnyTagClassName
{
color: #39953D;
}
</style>
background-color css
<style>
a { background-color: #39953D; }
a { background-color: rgb(57,149,61); }
div.DivClassName
{
background-color: #39953D;
}
.BgClassName
{
background-color: #39953D;
}
</style>
border-color css
<style>
span { border-color: #39953D; }
span { border-color: rgb(57,149,61); }
td.TdClassName
{
border-color: #39953D;
}
.TagClassName
{
border-color: #39953D;
}
</style>