#55C38E

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

Shades of Silver Tree #55C38E

Tints of Silver Tree #55C38E

Color information

#55C38E (or 0x55C38E) is unknown color: approx Silver Tree. HEX triplet: 55, C3 and 8E. RGB value is (85,195,142). Sum of RGB (Red+Green+Blue) = 85+195+142=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #55C38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C38E is #AA3C71. Grayscale: #9C9C9C. Windows color (decimal): -11156594 or 9356117. OLE color: 9356117.

HSL color Cylindrical-coordinate representation of color #55C38E: hue angle of 151.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C38E is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB85195142-
CMYK0.5600.270.24
HSL151.09º47.83%54.9%-
HSV(B)151.09º56.41%76.47%-
XYZ28.1442.9132.39-
YUV156.07120.0677.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=20.14%
G=46.21%
B=33.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851951420.5600.270.24151.0947.8354.9
Hex55C38E3801B18973037
Octal12530321670033302276067
Binary101010111000011100011101110000110111100010010111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C38E; }

 p { color: rgb(85,195,142); }

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

<style>
 a { background-color: #55C38E; }

 a { background-color: rgb(85,195,142); }

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

<style>
 span { border-color: #55C38E; }

 span { border-color: rgb(85,195,142); }

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