#64B488

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

Shades of Silver Tree #64B488

Tints of Silver Tree #64B488

Color information

#64B488 (or 0x64B488) is unknown color: approx Silver Tree. HEX triplet: 64, B4 and 88. RGB value is (100,180,136). Sum of RGB (Red+Green+Blue) = 100+180+136=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #64B488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B488 is #9B4B77. Grayscale: #979797. Windows color (decimal): -10177400 or 8959076. OLE color: 8959076.

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

Color convert

RGB100180136-
CMYK0.4400.240.29
HSL147º34.78%54.9%-
HSV(B)147º44.44%70.59%-
XYZ26.0237.1329.09-
YUV151.06119.591.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.04%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=24.04%
G=43.27%
B=32.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001801360.4400.240.2914734.7854.9
Hex64B4882C0181D932337
Octal14426421054030352234367
Binary110010010110100100010001011000110001110110010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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