#64C48D

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

Shades of Silver Tree #64C48D

Tints of Silver Tree #64C48D

Color information

#64C48D (or 0x64C48D) is unknown color: approx Silver Tree. HEX triplet: 64, C4 and 8D. RGB value is (100,196,141). Sum of RGB (Red+Green+Blue) = 100+196+141=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #64C48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C48D is #9B3B72. Grayscale: #A1A1A1. Windows color (decimal): -10173299 or 9290852. OLE color: 9290852.

HSL color Cylindrical-coordinate representation of color #64C48D: hue angle of 145.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C48D is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB100196141-
CMYK0.4900.280.23
HSL145.62º44.86%58.04%-
HSV(B)145.62º48.98%76.86%-
XYZ29.844.1132.14-
YUV161.03116.784.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.88%
GREEN value IS 196 (76.95% from 255) = 44.85%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=22.88%
G=44.85%
B=32.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001961410.4900.280.23145.6244.8658.04
Hex64C48D3101C17922d3a
Octal14430421561034272225572
Binary110010011000100100011011100010111001011110010010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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