#54945A

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

Shades of Fruit Salad #54945A

Tints of Fruit Salad #54945A

Color information

#54945A (or 0x54945A) is unknown color: approx Fruit Salad. HEX triplet: 54, 94 and 5A. RGB value is (84,148,90). Sum of RGB (Red+Green+Blue) = 84+148+90=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #54945A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54945A is #AB6BA5. Grayscale: #7A7A7A. Windows color (decimal): -11234214 or 5936212. OLE color: 5936212.

HSL color Cylindrical-coordinate representation of color #54945A: hue angle of 125.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54945A is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB8414890-
CMYK0.4300.390.42
HSL125.62º27.59%45.49%-
HSV(B)125.62º43.24%58.04%-
XYZ16.0923.813.42-
YUV122.25109.8100.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=26.09%
G=45.96%
B=27.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84148900.4300.390.42125.6227.5945.49
Hex54945A2B0272A7e1c2d
Octal12422413253047521763455
Binary10101001001010010110101010110100111101010111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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