#64b98d

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

Shades of Silver Tree #64B98D

Tints of Silver Tree #64B98D

Color information

#64B98D (or 0x64B98D) is unknown color: approx Silver Tree. HEX triplet: 64, B9 and 8D. RGB value is (100,185,141). Sum of RGB (Red+Green+Blue) = 100+185+141=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #64B98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B98D is #9B4672. Grayscale: #9A9A9A. Windows color (decimal): -10176115 or 9288036. OLE color: 9288036.

HSL color Cylindrical-coordinate representation of color #64B98D: hue angle of 148.94º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B98D is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB100185141-
CMYK0.4600.240.27
HSL148.94º37.78%55.88%-
HSV(B)148.94º45.95%72.55%-
XYZ27.4139.3331.35-
YUV154.57120.3489.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 185 (72.66% from 255) = 43.43%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=23.47%
G=43.43%
B=33.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001851410.4600.240.27148.9437.7855.88
Hex64B98D2E0181B952638
Octal14427121556030332254670
Binary110010010111001100011011011100110001101110010101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64b98d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,185,141); }

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

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

 a { background-color: rgb(100,185,141); }

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

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

 span { border-color: rgb(100,185,141); }

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