#5bc392

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

Shades of Silver Tree #5BC392

Tints of Silver Tree #5BC392

Color information

#5BC392 (or 0x5BC392) is unknown color: approx Silver Tree. HEX triplet: 5B, C3 and 92. RGB value is (91,195,146). Sum of RGB (Red+Green+Blue) = 91+195+146=432 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.06% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC392 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC392 is #A43C6D. Grayscale: #9E9E9E. Windows color (decimal): -10763374 or 9618267. OLE color: 9618267.

HSL color Cylindrical-coordinate representation of color #5BC392: hue angle of 151.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC392 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB91195146-
CMYK0.5300.250.24
HSL151.73º46.43%56.08%-
HSV(B)151.73º53.33%76.47%-
XYZ29.0243.3334.03-
YUV158.32121.0479.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.06%
GREEN value IS 195 (76.56% from 255) = 45.14%
BLUE value IS 146 (57.42% from 255) = 33.80%
R=21.06%
G=45.14%
B=33.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal911951460.5300.250.24151.7346.4356.08
Hex5BC3923501918982e38
Octal13330322265031302305670
Binary101101111000011100100101101010110011100010011000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bc392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5bc392; }

 p { color: rgb(91,195,146); }

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

<style>
 a { background-color: #5bc392; }

 a { background-color: rgb(91,195,146); }

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

<style>
 span { border-color: #5bc392; }

 span { border-color: rgb(91,195,146); }

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