#54955A

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

Shades of Fruit Salad #54955A

Tints of Fruit Salad #54955A

Color information

#54955A (or 0x54955A) is unknown color: approx Fruit Salad. HEX triplet: 54, 95 and 5A. RGB value is (84,149,90). Sum of RGB (Red+Green+Blue) = 84+149+90=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #54955A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54955A is #AB6AA5. Grayscale: #7B7B7B. Windows color (decimal): -11233958 or 5936468. OLE color: 5936468.

HSL color Cylindrical-coordinate representation of color #54955A: hue angle of 125.54º 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 #54955A is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB8414990-
CMYK0.4400.400.42
HSL125.54º27.9%45.69%-
HSV(B)125.54º43.62%58.43%-
XYZ16.2524.1213.47-
YUV122.84109.47100.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=26.01%
G=46.13%
B=27.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149900.4400.400.42125.5427.945.69
Hex54955A2C0282A7e1c2e
Octal12422513254050521763456
Binary10101001001010110110101011000101000101010111111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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