#64BC8A

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

Shades of Silver Tree #64BC8A

Tints of Silver Tree #64BC8A

Color information

#64BC8A (or 0x64BC8A) is unknown color: approx Silver Tree. HEX triplet: 64, BC and 8A. RGB value is (100,188,138). Sum of RGB (Red+Green+Blue) = 100+188+138=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BC8A is #9B4375. Grayscale: #9C9C9C. Windows color (decimal): -10175350 or 9092196. OLE color: 9092196.

HSL color Cylindrical-coordinate representation of color #64BC8A: hue angle of 145.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC8A is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB100188138-
CMYK0.4700.270.26
HSL145.91º39.64%56.47%-
HSV(B)145.91º46.81%73.73%-
XYZ27.8340.5130.4-
YUV155.99117.8588.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=23.47%
G=44.13%
B=32.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001881380.4700.270.26145.9139.6456.47
Hex64BC8A2F01B1A922838
Octal14427421257033322225070
Binary110010010111100100010101011110110111101010010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,188,138); }

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

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

 a { background-color: rgb(100,188,138); }

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

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

 span { border-color: rgb(100,188,138); }

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