#64C397

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

Shades of Silver Tree #64C397

Tints of Silver Tree #64C397

Color information

#64C397 (or 0x64C397) is unknown color: approx Silver Tree. HEX triplet: 64, C3 and 97. RGB value is (100,195,151). Sum of RGB (Red+Green+Blue) = 100+195+151=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #64C397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C397 is #9B3C68. Grayscale: #A1A1A1. Windows color (decimal): -10173545 or 9945956. OLE color: 9945956.

HSL color Cylindrical-coordinate representation of color #64C397: hue angle of 152.21º 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 #64C397 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB100195151-
CMYK0.4900.230.24
HSL152.21º44.19%57.84%-
HSV(B)152.21º48.72%76.47%-
XYZ30.3643.9736.17-
YUV161.58122.0384.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.42%
GREEN value IS 195 (76.56% from 255) = 43.72%
BLUE value IS 151 (59.38% from 255) = 33.86%
R=22.42%
G=43.72%
B=33.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951510.4900.230.24152.2144.1957.84
Hex64C3973101718982c3a
Octal14430322761027302305472
Binary110010011000011100101111100010101111100010011000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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