#54995A

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

Shades of Fruit Salad #54995A

Tints of Fruit Salad #54995A

Color information

#54995A (or 0x54995A) is unknown color: approx Fruit Salad. HEX triplet: 54, 99 and 5A. RGB value is (84,153,90). Sum of RGB (Red+Green+Blue) = 84+153+90=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #54995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54995A is #AB66A5. Grayscale: #7D7D7D. Windows color (decimal): -11232934 or 5937492. OLE color: 5937492.

HSL color Cylindrical-coordinate representation of color #54995A: hue angle of 125.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54995A is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB8415390-
CMYK0.4500.410.4
HSL125.22º29.11%46.47%-
HSV(B)125.22º45.1%60%-
XYZ16.8925.4113.69-
YUV125.19108.1498.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=25.69%
G=46.79%
B=27.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153900.4500.410.4125.2229.1146.47
Hex54995A2D029287d1d2e
Octal12423113255051501753556
Binary10101001001100110110101011010101001101000111110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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