#54b68a

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

Shades of Silver Tree #54B68A

Tints of Silver Tree #54B68A

Color information

#54B68A (or 0x54B68A) is unknown color: approx Silver Tree. HEX triplet: 54, B6 and 8A. RGB value is (84,182,138). Sum of RGB (Red+Green+Blue) = 84+182+138=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #54B68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B68A is #AB4975. Grayscale: #939393. Windows color (decimal): -11225462 or 9090644. OLE color: 9090644.

HSL color Cylindrical-coordinate representation of color #54B68A: hue angle of 153.06º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B68A is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB84182138-
CMYK0.5400.240.29
HSL153.06º40.16%52.16%-
HSV(B)153.06º53.85%71.37%-
XYZ24.9737.1829.9-
YUV147.68122.5382.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.79%
GREEN value IS 182 (71.48% from 255) = 45.05%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=20.79%
G=45.05%
B=34.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841821380.5400.240.29153.0640.1652.16
Hex54B68A360181D992834
Octal12426621266030352315064
Binary101010010110110100010101101100110001110110011001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54b68a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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