#64AD84

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

Shades of Silver Tree #64AD84

Tints of Silver Tree #64AD84

Color information

#64AD84 (or 0x64AD84) is unknown color: approx Silver Tree. HEX triplet: 64, AD and 84. RGB value is (100,173,132). Sum of RGB (Red+Green+Blue) = 100+173+132=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AD84 is #9B527B. Grayscale: #929292. Windows color (decimal): -10179196 or 8695140. OLE color: 8695140.

HSL color Cylindrical-coordinate representation of color #64AD84: hue angle of 146.3º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AD84 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB100173132-
CMYK0.4200.240.32
HSL146.3º30.8%53.53%-
HSV(B)146.3º42.2%67.84%-
XYZ24.3634.2627.16-
YUV146.5119.8294.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 173 (67.97% from 255) = 42.72%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=24.69%
G=42.72%
B=32.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001731320.4200.240.32146.330.853.53
Hex64AD842A01820921f36
Octal14425520452030402223766
Binary110010010101101100001001010100110001000001001001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,173,132); }

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

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

 a { background-color: rgb(100,173,132); }

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

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

 span { border-color: rgb(100,173,132); }

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