#55994D

Color #55994D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #55994D

Tints of Fruit Salad #55994D

Color information

#55994D (or 0x55994D) is unknown color: approx Fruit Salad. HEX triplet: 55, 99 and 4D. RGB value is (85,153,77). Sum of RGB (Red+Green+Blue) = 85+153+77=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #55994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55994D is #AA66B2. Grayscale: #7C7C7C. Windows color (decimal): -11167411 or 5085525. OLE color: 5085525.

HSL color Cylindrical-coordinate representation of color #55994D: hue angle of 113.68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55994D is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB8515377-
CMYK0.4400.500.4
HSL113.68º33.04%45.1%-
HSV(B)113.68º49.67%60%-
XYZ16.4825.2511.03-
YUV124101.47100.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=26.98%
G=48.57%
B=24.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85153770.4400.500.4113.6833.0445.1
Hex55994D2C0322872212d
Octal12523111554062501624155
Binary101010110011001100110110110001100101010001110010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55994D; }

 p { color: rgb(85,153,77); }

 H1.HeaderClassName
 {
   color: #55994D;
 }
 .AnyTagClassName
 {
   color: #55994D;
 }
</style>
background-color css

<style>
 a { background-color: #55994D; }

 a { background-color: rgb(85,153,77); }

 div.DivClassName
 {
   background-color: #55994D;
 }
 .BgClassName
 {
   background-color: #55994D;
 }
</style>
border-color css

<style>
 span { border-color: #55994D; }

 span { border-color: rgb(85,153,77); }

 td.TdClassName
 {
   border-color: #55994D;
 }
 .TagClassName
 {
   border-color: #55994D;
 }
</style>