#54A552

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

Shades of Fruit Salad #54A552

Tints of Fruit Salad #54A552

Color information

#54A552 (or 0x54A552) is unknown color: approx Fruit Salad. HEX triplet: 54, A5 and 52. RGB value is (84,165,82). Sum of RGB (Red+Green+Blue) = 84+165+82=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #54A552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A552 is #AB5AAD. Grayscale: #838383. Windows color (decimal): -11229870 or 5416276. OLE color: 5416276.

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

Color convert

RGB8416582-
CMYK0.4900.500.35
HSL118.55º33.6%48.43%-
HSV(B)118.55º50.3%64.71%-
XYZ18.6329.412.68-
YUV131.32100.1694.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=25.38%
G=49.85%
B=24.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84165820.4900.500.35118.5533.648.43
Hex54A5523103223772230
Octal12424512261062431674260
Binary101010010100101101001011000101100101000111110111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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