#54A55C

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

Shades of Fruit Salad #54A55C

Tints of Fruit Salad #54A55C

Color information

#54A55C (or 0x54A55C) is unknown color: approx Fruit Salad. HEX triplet: 54, A5 and 5C. RGB value is (84,165,92). Sum of RGB (Red+Green+Blue) = 84+165+92=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #54A55C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A55C is #AB5AA3. Grayscale: #848484. Windows color (decimal): -11229860 or 6071636. OLE color: 6071636.

HSL color Cylindrical-coordinate representation of color #54A55C: hue angle of 125.93º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A55C is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB8416592-
CMYK0.4900.440.35
HSL125.93º32.53%48.82%-
HSV(B)125.93º49.09%64.71%-
XYZ19.0429.5714.83-
YUV132.46105.1693.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 165 (64.84% from 255) = 48.39%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=24.63%
G=48.39%
B=26.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84165920.4900.440.35125.9332.5348.82
Hex54A55C3102C237e2131
Octal12424513461054431764161
Binary101010010100101101110011000101011001000111111110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A55C; }

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

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

<style>
 a { background-color: #54A55C; }

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

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

<style>
 span { border-color: #54A55C; }

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

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