#54A348

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

Shades of Fruit Salad #54A348

Tints of Fruit Salad #54A348

Color information

#54A348 (or 0x54A348) is unknown color: approx Fruit Salad. HEX triplet: 54, A3 and 48. RGB value is (84,163,72). Sum of RGB (Red+Green+Blue) = 84+163+72=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #54A348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A348 is #AB5CB7. Grayscale: #818181. Windows color (decimal): -11230392 or 4760404. OLE color: 4760404.

HSL color Cylindrical-coordinate representation of color #54A348: hue angle of 112.09º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54A348 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB8416372-
CMYK0.4800.560.36
HSL112.09º38.72%46.08%-
HSV(B)112.09º55.83%63.92%-
XYZ17.9228.5510.7-
YUV12995.8395.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.33%
GREEN value IS 163 (64.06% from 255) = 51.10%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=26.33%
G=51.10%
B=22.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84163720.4800.560.36112.0938.7246.08
Hex54A348300382470272e
Octal12424311060070441604756
Binary101010010100011100100011000001110001001001110000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,163,72); }

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

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

 a { background-color: rgb(84,163,72); }

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

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

 span { border-color: rgb(84,163,72); }

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