#54955C

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

Shades of Fruit Salad #54955C

Tints of Fruit Salad #54955C

Color information

#54955C (or 0x54955C) is unknown color: approx Fruit Salad. HEX triplet: 54, 95 and 5C. RGB value is (84,149,92). Sum of RGB (Red+Green+Blue) = 84+149+92=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #54955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54955C is #AB6AA3. Grayscale: #7B7B7B. Windows color (decimal): -11233956 or 6067540. OLE color: 6067540.

HSL color Cylindrical-coordinate representation of color #54955C: hue angle of 127.38º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54955C is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB8414992-
CMYK0.4400.380.42
HSL127.38º27.9%45.69%-
HSV(B)127.38º43.62%58.43%-
XYZ16.3424.1513.93-
YUV123.07110.47100.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=25.85%
G=45.85%
B=28.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149920.4400.380.42127.3827.945.69
Hex54955C2C0262A7f1c2e
Octal12422513454046521773456
Binary10101001001010110111001011000100110101010111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54955C; }

 p { color: rgb(84,149,92); }

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

<style>
 a { background-color: #54955C; }

 a { background-color: rgb(84,149,92); }

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

<style>
 span { border-color: #54955C; }

 span { border-color: rgb(84,149,92); }

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