#64C38E

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

Shades of Silver Tree #64C38E

Tints of Silver Tree #64C38E

Color information

#64C38E (or 0x64C38E) is unknown color: approx Silver Tree. HEX triplet: 64, C3 and 8E. RGB value is (100,195,142). Sum of RGB (Red+Green+Blue) = 100+195+142=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #64C38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C38E is #9B3C71. Grayscale: #A0A0A0. Windows color (decimal): -10173554 or 9356132. OLE color: 9356132.

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

Color convert

RGB100195142-
CMYK0.4900.270.24
HSL146.53º44.19%57.84%-
HSV(B)146.53º48.72%76.47%-
XYZ29.6543.6932.46-
YUV160.55117.5384.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.88%
GREEN value IS 195 (76.56% from 255) = 44.62%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=22.88%
G=44.62%
B=32.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951420.4900.270.24146.5344.1957.84
Hex64C38E3101B18932c3a
Octal14430321661033302235472
Binary110010011000011100011101100010110111100010010011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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