#64C38F

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

Shades of Silver Tree #64C38F

Tints of Silver Tree #64C38F

Color information

#64C38F (or 0x64C38F) is unknown color: approx Silver Tree. HEX triplet: 64, C3 and 8F. RGB value is (100,195,143). Sum of RGB (Red+Green+Blue) = 100+195+143=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #64C38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C38F is #9B3C70. Grayscale: #A0A0A0. Windows color (decimal): -10173553 or 9421668. OLE color: 9421668.

HSL color Cylindrical-coordinate representation of color #64C38F: hue angle of 147.16º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C38F is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB100195143-
CMYK0.4900.270.24
HSL147.16º44.19%57.84%-
HSV(B)147.16º48.72%76.47%-
XYZ29.7343.7232.86-
YUV160.67118.0384.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.83%
GREEN value IS 195 (76.56% from 255) = 44.52%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=22.83%
G=44.52%
B=32.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951430.4900.270.24147.1644.1957.84
Hex64C38F3101B18932c3a
Octal14430321761033302235472
Binary110010011000011100011111100010110111100010010011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,195,143); }

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

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

 a { background-color: rgb(100,195,143); }

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

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

 span { border-color: rgb(100,195,143); }

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