Shades of Fruit Salad #55A35D
Tints of Fruit Salad #55A35D
RGB
CMYK
RGB Variations
Color information
#55A35D (or 0x55A35D) is known color: Fruit Salad. HEX triplet: 55, A3 and 5D. RGB value is (85,163,93). Sum of RGB (Red+Green+Blue) = 85+163+93=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #55A35D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A35D is #AA5CA2. Grayscale: #838383. Windows color (decimal): -11164835 or 6136661. OLE color: 6136661.
HSL color Cylindrical-coordinate representation of color #55A35D: hue angle of 126.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A35D is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 93 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.36 |
| HSL | 126.15º | 0.31% | 0.49% | - |
| HSV(B) | 126.15º | 0.48% | 0.64% | - |
| XYZ | 18.82 | 28.92 | 14.95 | - |
| YUV | 131.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 93 | 0.48 | 0 | 0.43 | 0.36 | 126.15 | 0.31 | 0.49 |
| Hex | 55 | A3 | 5D | 30 | 0 | 2B | 24 | 7E | 1F | 31 |
| Octal | 125 | 243 | 135 | 60 | 0 | 53 | 44 | 176 | 37 | 61 |
| Binary | 1010101 | 10100011 | 1011101 | 110000 | 0 | 101011 | 100100 | 1111110 | 11111 | 110001 |
Color Harmonies of #55A35D
Complementary color
Monochromatic Colors of #55A35D
Black with #55A35D
Text Example
Text Example
White with #55A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A35D; }
p { color: rgb(85,163,93); }
H1.HeaderClassName
{
color: #55A35D;
}
.AnyTagClassName
{
color: #55A35D;
}
</style>
background-color css
<style>
a { background-color: #55A35D; }
a { background-color: rgb(85,163,93); }
div.DivClassName
{
background-color: #55A35D;
}
.BgClassName
{
background-color: #55A35D;
}
</style>
border-color css
<style>
span { border-color: #55A35D; }
span { border-color: rgb(85,163,93); }
td.TdClassName
{
border-color: #55A35D;
}
.TagClassName
{
border-color: #55A35D;
}
</style>