#56C495

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

Shades of Silver Tree #56C495

Tints of Silver Tree #56C495

Color information

#56C495 (or 0x56C495) is unknown color: approx Silver Tree. HEX triplet: 56, C4 and 95. RGB value is (86,196,149). Sum of RGB (Red+Green+Blue) = 86+196+149=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #56C495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C495 is #A93B6A. Grayscale: #9D9D9D. Windows color (decimal): -11090795 or 9815126. OLE color: 9815126.

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

Color convert

RGB86196149-
CMYK0.5600.240.23
HSL154.36º48.25%55.29%-
HSV(B)154.36º56.12%76.86%-
XYZ2943.6335.33-
YUV157.75123.0676.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.95%
GREEN value IS 196 (76.95% from 255) = 45.48%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=19.95%
G=45.48%
B=34.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861961490.5600.240.23154.3648.2555.29
Hex56C49538018179a3037
Octal12630422570030272326067
Binary101011011000100100101011110000110001011110011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56C495; }

 p { color: rgb(86,196,149); }

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

<style>
 a { background-color: #56C495; }

 a { background-color: rgb(86,196,149); }

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

<style>
 span { border-color: #56C495; }

 span { border-color: rgb(86,196,149); }

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