#64C088

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

Shades of Silver Tree #64C088

Tints of Silver Tree #64C088

Color information

#64C088 (or 0x64C088) is unknown color: approx Silver Tree. HEX triplet: 64, C0 and 88. RGB value is (100,192,136). Sum of RGB (Red+Green+Blue) = 100+192+136=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #64C088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C088 is #9B3F77. Grayscale: #9E9E9E. Windows color (decimal): -10174328 or 8962148. OLE color: 8962148.

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

Color convert

RGB100192136-
CMYK0.4800.290.25
HSL143.48º42.2%57.25%-
HSV(B)143.48º47.92%75.29%-
XYZ28.5542.1929.93-
YUV158.11115.5286.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.36%
GREEN value IS 192 (75.39% from 255) = 44.86%
BLUE value IS 136 (53.52% from 255) = 31.78%
R=23.36%
G=44.86%
B=31.78%

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
Decimal1001921360.4800.290.25143.4842.257.25
Hex64C0883001D198f2a39
Octal14430021060035312175271
Binary110010011000000100010001100000111011100110001111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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