#64B38F

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

Shades of Silver Tree #64B38F

Tints of Silver Tree #64B38F

Color information

#64B38F (or 0x64B38F) is unknown color: approx Silver Tree. HEX triplet: 64, B3 and 8F. RGB value is (100,179,143). Sum of RGB (Red+Green+Blue) = 100+179+143=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #64B38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B38F is #9B4C70. Grayscale: #979797. Windows color (decimal): -10177649 or 9417572. OLE color: 9417572.

HSL color Cylindrical-coordinate representation of color #64B38F: hue angle of 152.66º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B38F is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB100179143-
CMYK0.4400.200.30
HSL152.66º34.2%54.71%-
HSV(B)152.66º44.13%70.2%-
XYZ26.3336.9331.73-
YUV151.27123.3391.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.70%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=23.70%
G=42.42%
B=33.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1001791430.4400.200.30152.6634.254.71
Hex64B38F2C0141E992237
Octal14426321754024362314267
Binary110010010110011100011111011000101001111010011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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