#54A446

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

Shades of Fruit Salad #54A446

Tints of Fruit Salad #54A446

Color information

#54A446 (or 0x54A446) is unknown color: approx Fruit Salad. HEX triplet: 54, A4 and 46. RGB value is (84,164,70). Sum of RGB (Red+Green+Blue) = 84+164+70=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #54A446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A446 is #AB5BB9. Grayscale: #818181. Windows color (decimal): -11230138 or 4629588. OLE color: 4629588.

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

Color convert

RGB8416470-
CMYK0.4900.570.36
HSL111.06º40.17%45.88%-
HSV(B)111.06º57.32%64.31%-
XYZ18.0428.8810.42-
YUV129.3694.595.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 164 (64.45% from 255) = 51.57%
BLUE value IS 70 (27.73% from 255) = 22.01%
R=26.42%
G=51.57%
B=22.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84164700.4900.570.36111.0640.1745.88
Hex54A44631039246f282e
Octal12424410661071441575056
Binary101010010100100100011011000101110011001001101111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,164,70); }

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

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

 a { background-color: rgb(84,164,70); }

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

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

 span { border-color: rgb(84,164,70); }

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