#64C089

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

Shades of Silver Tree #64C089

Tints of Silver Tree #64C089

Color information

#64C089 (or 0x64C089) is unknown color: approx Silver Tree. HEX triplet: 64, C0 and 89. RGB value is (100,192,137). Sum of RGB (Red+Green+Blue) = 100+192+137=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #64C089 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C089 is #9B3F76. Grayscale: #9E9E9E. Windows color (decimal): -10174327 or 9027684. OLE color: 9027684.

HSL color Cylindrical-coordinate representation of color #64C089: hue angle of 144.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C089 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB100192137-
CMYK0.4800.290.25
HSL144.13º42.2%57.25%-
HSV(B)144.13º47.92%75.29%-
XYZ28.6242.2130.31-
YUV158.22116.0286.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.31%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 137 (53.91% from 255) = 31.93%
R=23.31%
G=44.76%
B=31.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001921370.4800.290.25144.1342.257.25
Hex64C0893001D19902a39
Octal14430021160035312205271
Binary110010011000000100010011100000111011100110010000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64C089; }

 p { color: rgb(100,192,137); }

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

<style>
 a { background-color: #64C089; }

 a { background-color: rgb(100,192,137); }

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

<style>
 span { border-color: #64C089; }

 span { border-color: rgb(100,192,137); }

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