#54c48a

Color #54C48A Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #54C48A

Tints of Silver Tree #54C48A

Color information

#54C48A (or 0x54C48A) is unknown color: approx Silver Tree. HEX triplet: 54, C4 and 8A. RGB value is (84,196,138). Sum of RGB (Red+Green+Blue) = 84+196+138=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #54C48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C48A is #AB3B75. Grayscale: #9C9C9C. Windows color (decimal): -11221878 or 9094228. OLE color: 9094228.

HSL color Cylindrical-coordinate representation of color #54C48A: hue angle of 148.93º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C48A is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB84196138-
CMYK0.5700.300.23
HSL148.93º48.7%54.9%-
HSV(B)148.93º57.14%76.86%-
XYZ27.9843.230.91-
YUV155.9117.8976.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.10%
GREEN value IS 196 (76.95% from 255) = 46.89%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=20.10%
G=46.89%
B=33.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841961380.5700.300.23148.9348.754.9
Hex54C48A3901E17953137
Octal12430421271036272256167
Binary101010011000100100010101110010111101011110010101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54c48a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,196,138); }

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

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

 a { background-color: rgb(84,196,138); }

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

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

 span { border-color: rgb(84,196,138); }

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