#64C393

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

Shades of Silver Tree #64C393

Tints of Silver Tree #64C393

Color information

#64C393 (or 0x64C393) is unknown color: approx Silver Tree. HEX triplet: 64, C3 and 93. RGB value is (100,195,147). Sum of RGB (Red+Green+Blue) = 100+195+147=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #64C393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C393 is #9B3C6C. Grayscale: #A1A1A1. Windows color (decimal): -10173549 or 9683812. OLE color: 9683812.

HSL color Cylindrical-coordinate representation of color #64C393: hue angle of 149.68º 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 #64C393 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB100195147-
CMYK0.4900.250.24
HSL149.68º44.19%57.84%-
HSV(B)149.68º48.72%76.47%-
XYZ30.0443.8534.48-
YUV161.12120.0384.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.62%
GREEN value IS 195 (76.56% from 255) = 44.12%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=22.62%
G=44.12%
B=33.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951470.4900.250.24149.6844.1957.84
Hex64C3933101918962c3a
Octal14430322361031302265472
Binary110010011000011100100111100010110011100010010110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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