#64AD8A

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

Shades of Silver Tree #64AD8A

Tints of Silver Tree #64AD8A

Color information

#64AD8A (or 0x64AD8A) is unknown color: approx Silver Tree. HEX triplet: 64, AD and 8A. RGB value is (100,173,138). Sum of RGB (Red+Green+Blue) = 100+173+138=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AD8A is #9B5275. Grayscale: #939393. Windows color (decimal): -10179190 or 9088356. OLE color: 9088356.

HSL color Cylindrical-coordinate representation of color #64AD8A: hue angle of 151.23º 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 #64AD8A is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB100173138-
CMYK0.4200.200.32
HSL151.23º30.8%53.53%-
HSV(B)151.23º42.2%67.84%-
XYZ24.7934.4329.38-
YUV147.18122.8294.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=24.33%
G=42.09%
B=33.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001731380.4200.200.32151.2330.853.53
Hex64AD8A2A01420971f36
Octal14425521252024402273766
Binary110010010101101100010101010100101001000001001011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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