#64B47E

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

Shades of Silver Tree #64B47E

Tints of Silver Tree #64B47E

Color information

#64B47E (or 0x64B47E) is unknown color: approx Silver Tree. HEX triplet: 64, B4 and 7E. RGB value is (100,180,126). Sum of RGB (Red+Green+Blue) = 100+180+126=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #64B47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B47E is #9B4B81. Grayscale: #969696. Windows color (decimal): -10177410 or 8303716. OLE color: 8303716.

HSL color Cylindrical-coordinate representation of color #64B47E: hue angle of 139.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B47E is Cyan = 0.44, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB100180126-
CMYK0.4400.30.29
HSL139.5º34.78%54.9%-
HSV(B)139.5º44.44%70.59%-
XYZ25.3436.8625.52-
YUV149.92114.592.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 180 (70.70% from 255) = 44.33%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=24.63%
G=44.33%
B=31.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001801260.4400.30.29139.534.7854.9
Hex64B47E2C01E1D8c2337
Octal14426417654036352144367
Binary11001001011010011111101011000111101110110001100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,180,126); }

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

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

 a { background-color: rgb(100,180,126); }

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

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

 span { border-color: rgb(100,180,126); }

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