#54955F

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

Shades of Fruit Salad #54955F

Tints of Fruit Salad #54955F

Color information

#54955F (or 0x54955F) is unknown color: approx Fruit Salad. HEX triplet: 54, 95 and 5F. RGB value is (84,149,95). Sum of RGB (Red+Green+Blue) = 84+149+95=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #54955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54955F is #AB6AA0. Grayscale: #7B7B7B. Windows color (decimal): -11233953 or 6264148. OLE color: 6264148.

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

Color convert

RGB8414995-
CMYK0.4400.360.42
HSL130.15º27.9%45.69%-
HSV(B)130.15º43.62%58.43%-
XYZ16.4724.2114.63-
YUV123.41111.9799.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=25.61%
G=45.43%
B=28.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149950.4400.360.42130.1527.945.69
Hex54955F2C0242A821c2e
Octal12422513754044522023456
Binary101010010010101101111110110001001001010101000001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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